Click to See Complete Forum and Search --> : Importing in a Database
November 16th, 1999, 09:58 AM
How can I Import the tables from a Btrieve database(I have it setup in the DSN) into an Access .mdb database? The Btrieve driver I'm using does not support some of the functionality I need. Thus I need to import it into Access so that I can work with it. Thanks.
November 18th, 1999, 06:24 PM
There are several method but I think this would be preferable
1--->
Add Access library reference in your project and use DOCMD method, Once you will add the reference it will give you the tip.
2--->
Create the resultset from both the database and loop thru the resultset.
Sanjeeev
November 18th, 1999, 06:26 PM
There are several method but I think this would be preferable
1--->
Add Access library reference in your project and use DOCMD method, Once you will add the reference it will give you the tip.
2--->
Create the resultset from both the database and loop thru the resultset.
Hound_Cat
November 19th, 1999, 08:04 AM
Thanks! I will give those a try. :)
codeguru.com
Copyright Internet.com Inc., All Rights Reserved.