Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Copy table
Message
General information
Forum:
Visual Basic
Category:
Database DAO/RDO/ODBC/ADO
Title:
Miscellaneous
Thread ID:
00521745
Message ID:
00521921
Views:
20
>Hi Judith,
>
>Thanks. I need to do it from a vb app and the client machine doesn't have access installed. There is only a .mdb that I use to store some data, so the menu won't be available.
>
>>you can import the table in your new database with the menu
>>
File/external data/import
>>(I hope this is the name in english)
>>
>>Hope this helps.
>>Judith

Roi,

If you include the jet engine in your distribution you should have access to the CopyObject function. Open the source mdb and then do
wrks(0).Copyobject("c:\path\destination.mdb","CopyName",0,"SourceTableName")
HTH
Previous
Reply
Map
View

Click here to load this message in the networking platform