G
Guest
How can I dump my datatable to a comma delimited (or tab delimited) text file in VB.NET?
I was thinking I could simply call an (external) SQL 2000 DTS package, but since I have the data in the Datatable, it would be a waste to requery.
Div
I was thinking I could simply call an (external) SQL 2000 DTS package, but since I have the data in the Datatable, it would be a waste to requery.
Div