Skip to content

Install old drivername with link to new driver dll #271

@BFuerchau

Description

@BFuerchau

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions