If I open a connection to a database, how do I code a delete table, or import a table from another database, or rename a table using ADO??? I just need to know the syntax for it. Thanks for the help!
Okay, I figured out how to delete the entire contents of a table, but still haven't found a way to "import" all of the data from another identical table into a table of the same design in a different database. It is basically just a customer table. Linking the table is not an option. The whole design of these databases is horrible so I want to keep them all seperate for now. I guess I could just loop through all the records and copy the data from each field into a string, then import it field by field into the table. I just figured there was a way to import a table's contents into another table. If anyone could give any help it would be greatly appreciated!
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.