Hi,
I am using C# application, trying to connect csv file and load the data to datatable, i am using windows 10 64 bit OS, and i have installed 64 bit ODBC driver from below link
https://www.microsoft.com/en-us/download/confirmation.aspx?id=13255
connection string used is:
Driver=Microsoft Access Text Driver (*.txt; *.csv);Dbq=<
I am getting an error on connection:
ERROR [IM002] [Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified.
but, one thing noticed is, i have created system DSN, and changed the connection string as below and it works.
DSN=CSVDS;Dbq=<
but, i need to fix for the above issue, i cannot use system DSN, can someone please help what i am missing? its urgent.
Regards,
Hemal Kotak