Hi,
By using VB6.0, I want to export database table data into text file with a tab delimiter.
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 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
vrradhakrishnan @gmail.com
By using VB6.0, I want to export database table data into text file with a tab delimiter.
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 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
vrradhakrishnan @gmail.com
Comment