I've installed on Win10 x64 latest firebird x64 3.0 and created database under it. I've also installed both x32 and x64 ODBC drivers. Now i've created System DSN connection via x64 driver against fbclient.dll and successfully tested it.
After that i've created x32 ODBC system DSN connection via different clients: 1) In case of using WOW64\fbclient.dll i obtained next error:
Firebird ODBC Setup
Connection failed! Error loading plugin Engine12
Module C:\Program Files\Firebird\Firebird_3_0\plugins/Engine12 exists but can not be loaded
OK
2) In case of using 'System32\gds32.dll' i've obtained
Firebird ODBC Setup
Connection failed!
File Database is not found
OK
How do i connect to such an instance via x32?