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

create database with ADO 1

Status
Not open for further replies.

TomSnider

Programmer
Joined
May 2, 2001
Messages
27
Location
US
I want to use code to create a new Access Database. I know how to do this using DAO object, but I am now using ADO and cannot see how to accomplish this task. In DAO I would just use a 'set myDB = OpenDatabase(DBName, true)' and then I could create the tables using SQL statements. How do I do this with ADO?
 
I really meant to type 'CreateDataBase' instead of 'OpenDataBase'. Sorry for the confusion.
 
Thank Herman, I'll try it out.

Tom Snider
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top