PDA

Click to See Complete Forum and Search --> : ADO vs. DAO: creating databases


leif-p
Jan 16th, 2000, 09:50 PM
I have changed the way I connect to my databases from DAO to ADO. Can ADO methods also create databases the same way DAO can?

-lp

Jan 16th, 2000, 09:58 PM
Completly depends on what kinda database/datasource/dataserver you are accessing.

Crazy D
Jan 16th, 2000, 10:24 PM
You can execute a create-query, but there are no implemented functions to do so, if you want you can use ADO extensions, with that you can create a database using functions.