How can I CREATE a database using ODBC via ADO. I know how to manipulate a pre-existing database, but I NEED to know how to create any kind of database using ODBC with ADO...please help. Thanks.
Printable View
How can I CREATE a database using ODBC via ADO. I know how to manipulate a pre-existing database, but I NEED to know how to create any kind of database using ODBC with ADO...please help. Thanks.
I don't believe you can. SQL Server, for example, has several things that need to be done by it's installation program just so that you can create a database. Once a database is built, it's fairly easy to use DDL to create tables, views and indices.
hi i will send you some app
Quote:
Originally posted by clarkgriswald:
How can I CREATE a database using ODBC via ADO. I know how to manipulate a pre-existing database, but I NEED to know how to create any kind of database using ODBC with ADO...please help. Thanks.