Export Data to text file
Database
2
Posts
2
Posters
0
Views
1
Watching
-
How can i export data from sql table to a text file
-
How can i export data from sql table to a text file
All you have to do is open the table, read each record one at a time, then write each field value out in the format you want. It's usually done by seperating the fields with commas and enclsing strings in quote marks, or some other delimitter.
A guide to posting questions on CodeProject[^]
Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
2006, 2007