Create database using ADO

  • Thread starter Thread starter ACX
  • Start date Start date
A

ACX

Guest
I am in the process of switching to ADO from DAO and I am trying to find out how you programatically create a database from Access (2003) using ADO, and I am stumped.

Can anyone help or point me in the right direction?
 
ADO doesn't have a database object. What are you trying to do?
 
In Acess 97 I developed a little tool that I use when designing databases. Basically it allows me to create tables, fields and relationships. Then when it is ready to go I press a button and code using DAO fires off and creates a new database and tables etc.

The thing still works fine in 2003 but I wanted to switch to ADO, and I could manage everything except find the ADO equivilant to CreateDatabase.
 

Users who are viewing this thread

Back
Top Bottom