Hi,
I'm trying to use a csv file as my data source, I've used the
Microsoft.Jet.OLEDB.4.0 as my OLE DB Provider. My conexion string is
Provider=Microsoft.Jet.OLEDB.4.0;Data Source=D:\Mydir;Extended
Properties="text;HDR=Yes;FMT=CSVDelimited"
and my query is
Select * from myfile.csv
But the result set I've got shows just one column, instead of the
three that are in the file. (separated by comma)
What's wrong? How could I config the datasource to get data from a csv
without importing it to my SQL DB?
Regards,
Vinicius Bellino