I am using Microsoft text driver to read data from a CSV file in my .net application.
The problem is, it is running fine in my local machine, but when i run in my server i am getting the following error.
‘[Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified’
Please help.
Thanks in advance.
It’s likely that your development workstation is 32-bit and your server is 64-bit. As far as I know, there is no 64-bit Text Driver.
Your best option is to change your application from
Any CPUtox86so that it always runs 32-bit.