
Creating .MDB in ADO; copying a table structure
I can create a new Access database file using the CreateDatabase method in
DAO with no problem. However, I am new to ADO, and am trying to figure out
how to accomplish the same task in ADO. Anyone have a suggestion?
Also, I need to copy the structure of an existing table in one .MDB to
create a new, empty table in the newly-created .MDB described above. Does
ADO handle this any better than the CopyStruct function in VisData?
Any help is appreciated.