|
-
April 12th, 1999, 06:10 AM
#1
Archive data in MS-Access from VC++
Hello,
I would like to export and import data to and from formatted files from an MS-Access database. As far as i know there are two ways of doing it in Access viz. using Macros and VBA. But how can I do it from a client written in VC++. I would like to export data selectively based on a where clause.
Help Please !!
ThanX and Rgds
-
April 12th, 1999, 06:30 AM
#2
Re: Archive data in MS-Access from VC++
If you are using MFC, then you can manipulate an Access database through DAO classes provided for you.
Check the documentation for classes:
CDaoDatabase
CDaoRecordset
CDaoQuerydef
etc.
Hope this helps.
-
April 14th, 1999, 10:00 AM
#3
Re: Archive data in MS-Access from VC++
Please send mail to me..
And I will send a sample program.
This program used dao( in order to import and export data from MS-ACCESS ).
e-mail Addess is belowed :
[email protected]
I will wait for yours.
-
April 15th, 1999, 10:20 AM
#4
Re: Archive data in MS-Access from VC++
Why not use ADO? Ado works fine when connecting to0 MS-Access database. Furthermore this is the technology Microsoft wants us to use because it belongs to the OLE-DB group...
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
|