-
Notifications
You must be signed in to change notification settings - Fork 17
Description
We have many products, where the drivername is hardcoded with "Driver={Firebird/InterBase(r) driver}", so wie don't have a DSN.
Can you please additional register the old drivername with a link to the new dll?
The reason is, that at one customer can the old ODBC-driver not install because of alleged security vulnerability.
After registry change with regfile, my appication works.
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\ODBC\ODBCINST.INI\Firebird/InterBase(r) driver]
"UsageCount"=dword:00000001
"Driver"="C:\WINDOWS\system32\FirebirdODBC.dll"
"Setup"="C:\WINDOWS\system32\FirebirdODBC.dll"
"FileExtns"=".fdb,.gdb"
"APILevel"="1"
"ConnectFunctions"="YYY"
"FileUsage"="0"
"DriverODBCVer"="03.51"
"SQLLevel"="1"
[HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\ODBC\ODBCINST.INI\ODBC Drivers]
"Firebird/InterBase(r) driver"="Installed"
The existing DSN's works also but can not be configured with the new driver.