05-23-2012 08:58 AM
I continually get the following error:
NI_Database_API.lvlib:DB Tools Open Connec (String).vi->Get DB Columns.vi->GSEDB.vi<ERR>ADO Error: 0x80004005 Exception occured in Microsoft OLE DB Provider for ODBC Drivers: [Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified in NI_Database_API.lvlib:DB Tools Open Connec (String).vi->Get DB Columns.vi->GSEDB.vi
when my program attempts to open an existing SQL database. Some compuiters do ok with it, others produce this error. I know that at least one computer that has the error has Windows7 Pro (64) and at least one that works has Windows 7 Ultimate (32).
Solved! Go to Solution.
05-23-2012 09:44 AM
Fixed problem by installing the 32 bit MySQL driver on 64 bit OS machines instead of the 64 bit driver.