VB6 - Save Recordset to CSV format-VBForums
This is a function I made that is quite usefull when you want to save the data in a Recordset directly to a CSV file. Public Function RecordsetToCSV(rsData As ADODB.Recordset, Optional ShowColumnNames As Boolean = True, Optional NULLStr As String ......