Feb 03 2022 01:46 AM
Hi, when I was trying to install PostgreSQL ODBC driver x64 version, I got a warning saying the driver could not be loaded due to system error code 193.
My winver is Win11 Version 21H2 (OS Build 22000.434) running on Apple Silicon M1.
It seems that the program C:\Windows\System32\odbcad32.exe shown in Task Manager saying it is of ARM64 Architecture.
And the reason for PostgreSQL not able to be installed is due the error that System DSN could not be added with this ODBC Data Source Administrator (64-bit) ARM64 version C:\Windows\System32\odbcad32.exe
The error message shows as below:
When I run x86 version at C:\Windows\SysWOW64\odbcad32.exe, I don't have the error.
I also tried to copy from x64 version from other machine, but Win11 does not allow me to write to folder C:\Windows\system32 and the x64 files won't be able to run if I can't put it under C:\windows\system32 folder.
Is there any workaround for this problem?
Feb 03 2022 08:14 AM