Force DBQuery to Read CSV Columns as Text
In More on Reading and Writing CSV Files and various other posts I have demonstrated how CSV data can be read via a SQL SELECT statement using DBQuery. In order to do this we used an ADO connection string in the DBConnect line: Let>ConStr=Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\My Documents;Extended Properties=’text;HDR=NO;FMT=Delimited’ DBConnect>ConStr,dbH “Proper” CSV files use the double quote […]