Forum Discussion
comnot
Feb 03, 2022Copper Contributor
ODBC Data Source ARM64 version could not create System DSNs
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 Bu...
Lussi91
Sep 14, 2022Copper Contributor
Hi, do you have any update? I've the same issue and I do not know how to fix the problem...
leandrovalencio
Sep 16, 2022Copper Contributor
Hi Lussi91 unfortunately I don't have any update, but I'm keep trying and if I have any success I will post here.
- genexxNov 19, 2022Copper Contributor
@ have the same Problem with installing MariaDB ODBC only 32bit could be installed but did not work.
No User DNS is in the entrys and System DNS adding also Producer Error 193 in 32bit there is a Warning that i can not edit System DNS but could do it with no success on Connection.
xampp up and Running Heidi can connect.
Allways Error 193 32bit 64bit Mixup Error Message in 64bit ODBC Admin
What is the sense in having it avail with no Function ?
- matteosilvaFeb 19, 2023Copper Contributor
Same issue, does anybody here found a workaround?
- genexxFeb 19, 2023Copper Contributor
Works now:
Reinstalled the Win11 Arm on UTM VM:
- Just opened the 32 Bit ODBC Manager ( %systemdrive%\Windows\SysWoW64\odbcad32.exe )
- Installed MariaDB Connector/ODBC 32Bit
Works for my Old VB6 Porgies / had to register missing *.dll:
- Open an elevated command prompt.
- If the 32-bit DLL is in the %systemroot%\System32 folder, move it to the %systemroot%\SysWoW64 folder.
- Run the following command:
%systemroot%\SysWoW64\regsvr32 <full path of the DLL>