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 Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Make an Access 2000 Db using VB code?

Status
Not open for further replies.

fenris

Programmer
May 20, 1999
824
CA
How do I go about creating an Access 2000 DB using only VB 6 code? I would prefer to use ado to accomplish this task as I can use it to connect to an access 2000 db and do all sorts of fun stuff with it.

Thanks....

Troy Williams B.Eng.
fenris@hotmail.com

 
You will need ADO drivers for the Access 2000 database. Once you install it on your machine, you should be able to do what you want.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top