Results 1 to 3 of 3

Thread: copy msAccess data to text files

  1. #1

    Thread Starter
    Lively Member maki's Avatar
    Join Date
    Mar 2006
    Location
    Greece
    Posts
    82

    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

  2. #2
    VB Guru ganeshmoorthy's Avatar
    Join Date
    Dec 2005
    Location
    Sharjah, United Arab Emirates
    Posts
    3,031

    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.


  3. #3

    Thread Starter
    Lively Member maki's Avatar
    Join Date
    Mar 2006
    Location
    Greece
    Posts
    82

    Re: copy msAccess data to text files

    nice. Any good advice?
    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
  •  



Click Here to Expand Forum to Full Width