Subject Running with two different Firebird DB versions
Author
We are in the middle of letter our users upgrade their database from 1.56 to 3.x at their will. Users can upgrade when they want to--so we install 1.56 embedded db as gds32.dll and 3.x as fblcinet.dll and use the TIB_ClientLib object that allows us to pick which DLL to use.

Both DLLs are installed in the same directory.

The problem is when a database exception occurs--the "firebird.msg" file is used. Is there a way to configure the name that the DLL uses for the firebird.msg file? Or should the FB databases be installed in separate sub directories? Any suggestions here would be appreciated.

Ed Dressel