Forum Discussion
ODBC Data Source ARM64 version could not create System DSNs
Hi Lussi91 unfortunately I don't have any update, but I'm keep trying and if I have any success I will post here.
@ 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>
- LudelagMar 25, 2024Copper Contributor
PROBLEM SOLVED! it was even not complicate to find the solution.
The executable odbcad32.exe.mui was missing in the file C:\Windows\SysWOW64 so, I found the file in the C:\Windows\System32 and copied as administrator and pasted in C:\Windows\SysWOW64, and the problem disappear, drivers working find and I could finally connect to the Database to work with BI.