Results 1 to 3 of 3

Thread: How to export table data into text file using VB6

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Aug 2006
    Posts
    28

    How to export table data into text file using VB6

    Hi,

    By using VB6.0, I want to export database table data into text file with a tab delimited text file (i.e inside text file like, Data1|Data2|data3....etc).

    My User interface has:
    • Drop down list box contain list of data base table name.
    • A path selection area, allowing the user to specify the filename, path and file type (my case text file type) for the export. This will incorporate standard Windows functionality for allowing the user to specify file type such as tab delimited text. The path will default to the xyz server upon which my project instance is running but will allow the user to navigate to any other mapped drive.

    • Export button – when clicked, this activates the data export using the parameters provided.

    I am new to this job..please give me relevant code...

    Thanks in advance
    Radhakrishnan
    [email protected]

  2. #2
    PowerPoster
    Join Date
    Feb 2006
    Location
    East of NYC, USA
    Posts
    5,691

    Re: How to export table data into text file using VB6

    What have you written so far?
    The most difficult part of developing a program is understanding the problem.
    The second most difficult part is deciding how you're going to solve the problem.
    Actually writing the program (translating your solution into some computer language) is the easiest part.

    Please indent your code and use [HIGHLIGHT="VB"] [/HIGHLIGHT] tags around it to make it easier to read.

    Please Help Us To Save Ana

  3. #3
    Banned randem's Avatar
    Join Date
    Oct 2002
    Location
    Maui, Hawaii
    Posts
    11,385

    Re: How to export table data into text file using VB6

    Quote Originally Posted by RadhakrishnanR
    please give me relevant code...
    What a card!!!!

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