Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Database Applications 1

Status
Not open for further replies.

deva1

Programmer
Oct 28, 2002
27
US
Hi All,
What is the best way to write Database application using VB 6.0. Using wizard(application and Data form) to create the skelton and modify that or start from the scratch.

Sorry, if it is stupid question? I am learning VB myself and I am beginner.So I am trying to get some advise from Gurus.

Thanks in advance

Dev
 
Using the Data Wizzard I think you dont have as much control over your application then if you wrote in code all your connection strings and recordsets. when I first started with VB I was trying to use the Wizzard as well and ran across limitations on what I can make work. It's alot more code to write but once you get going you'll never want to use the wizzard at all. There are lots of examples on connection strings and recordsets in this forum.

Good Luck

 
It will be slower to start but I think that you should skip the wizard and "start from scratch". There will be a steeper learning curve but you will be glad you stuck it out in the long run.

Take the time to learn ADO. It is a great tool to access the data and works with almost any database. Some tools such as DAO (also a good tool) are limited to specific databases.

Find tutorials on the net to get you started. Check out the following links.


Thanks and Good Luck!

zemp
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top