Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Access table to tab delimited text file?

Status
Not open for further replies.

ashishraj14

Programmer
Joined
Mar 1, 2005
Messages
92
Location
AU
Using VB.NET how can I convert access table to tab delimited text file?

Thanks
 
You can read the table into a DataSet then just loop through each row and write out each column to a StreamWriter (with a tab seperating each column).

----------------------------------------------------------------------

Need help finding an answer?

Try the search facilty ( or read FAQ222-2244 on how to get better results.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top