11-02-2022 03:24 AM
Hi All,
when I run "open database connection" I get this error:
I have already reinstalled labviewr, but the error remains
Do you know how I can solve?
Thanks
11-02-2022 03:58 AM
There is really not enough information to make an educated guess. But my magic ball tells me that you most likely run LabVIEW 32-bit but configured a database connection in the ODBC Manager and are running on a 64-bit system. The ODBC Manager accessed from the Control Panel is in the same bitness as the OS and will configure in this case 64-bit data connections. A 32-bit process can not access them. You would need to run <Windows>\SysWOW64\odbcad32.exe to configure 32-bit data connections.
11-02-2022 04:23 AM
Hi Rolf,
yes, database is configured as 32bit.
This is strange behavior because last week everithing worked fine, but now I have this error.