Hi all,
I need to export my ado recordset to a CSV File. I have created the CSV file, but all the records are appeaing side by side instead of line by line.
I need my output as
Colname1 Colname2
record 1 xxxxxxx xxxxxx
record 2 xxxxxxx xxxxxx
how do i do that..someone pls help.




Reply With Quote