|
-
November 16th, 1999, 10:58 AM
#1
Importing in a Database
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, 07:24 PM
#2
Re: Importing in a Database
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.
-
November 18th, 1999, 07:26 PM
#3
Re: Importing in a Database
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.
-
November 19th, 1999, 09:04 AM
#4
Re: Importing in a Database
Thanks! I will give those a try. 
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|