News

SQL Server to CSV example This example shows how to use the SQL Server connector to read data from a SQL Server database and write it to a CSV file.
I have a daily generated csv file that I'm going to have its contents inserted into tables in our SQL Server database. I can open the csv as a recordset in ADO, but I'm not sure how I open a ...
How to convert an XLS file to CSV Let’s say you have the file clients.xlsx and you need it converted to clients.csv to be then uploaded as a client list in your new CRM tool.