If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Data Access, Manipulation & Batch Languages > Delphi, C etc > Need Help With Front End

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 01-23-02, 01:19
suthngin suthngin is offline
Registered User
 
Join Date: Jan 2002
Location: At the Edge of America!
Posts: 55
Need Help With Front End

Not My Car!! I am new to this forum.. as a matter of fact This is my first day.... I have to say pretty neat forum. I have been using Helptalk.net most the time the past few years.

My Question is. I have been using MS Access and am starting the progression to SQL. I was wanting as much input as to which Front End programming language is eaiser, what are the pros and cons. I am trying to take a new development in my database development adventure. Boy has it been one! I am proficent with VBA but I get confused once in a while, and I am 100% self taught! I would really like to hear your comments. Thanks in advance!
Reply With Quote
  #2 (permalink)  
Old 01-23-02, 10:07
vududoc vududoc is offline
Registered User
 
Join Date: Jul 2001
Location: NC
Posts: 102
If you know VBA, then the transition to VB6 will be a breeze. Some may suggest that this is the time for you to learn VB.NET, but many compannies will not be migrating their applications to this newer platform because of cost, compatibility, stability, etc. VB6 will be around for a while

If you choose VB6, then I suggest you become proficient with ADO so your applications can connect to small (MS Access) and massive (Oracle) databases and MS Excel workbooks locally and on large networks. Yes, you also use it to connect to SQLServer tables. Become comfortable with SQL, because with that language you write database triggers, and stored procedures, as well as perform ADO database / worksheet operations. Learn to use ADOX (ADO Ext for DDL and Security) so you can create MS Access tables and MS Excel worksheets from scratch (you use SQL to create Oracle tables). And finally, learn to write HTML so you can create and communicate with webpages.


That should keep you busy for the next year. Good Luck!
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On