|
-
Nov 23rd, 2006, 06:43 AM
#1
Thread Starter
Lively Member
copy msAccess data to text files
Hi,
I' ve developed a VB6 application & connect it with MSAccess. Does anyone knows how can i copy the stored data to text files?
Thanks
-
Nov 23rd, 2006, 07:13 AM
#2
Re: copy msAccess data to text files
here is the pseudo code for your requirement...
open the recordset
open a text file for input mode
write the recordset values to the text file
close the text file
close recordset
If an answer to your question has been helpful, then please, Rate it!
Have done Projects in Access and Member management systems using BioMetric devices, Smart cards and BarCodes.
-
Nov 23rd, 2006, 07:25 AM
#3
Thread Starter
Lively Member
Re: copy msAccess data to text files
Last edited by maki; Nov 23rd, 2006 at 07:28 AM.
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
|