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
Printable View
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
Completly depends on what kinda database/datasource/dataserver you are accessing.
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.