Subject allowing program to use either gds32.dll or fbclient.dll based on settings
Author robertgilland
Currently in IB_Constants it says this:

// This is the name of the InterBase Client DLL (API) that is used.
// Use the unit IB_Session511.pas as the first item in the uses clause
// of your project to change this variable to use an alternate
GDS32.DLL
// client library.
IB_GDS32: string = 'gds32.dll';

However we want this to be configurable by the program,
in some instances we want it to use the interbase 'gds32.dll' in
other cases we want it to use 'fbclient.dll'
We do not want to have seperate versions of our program because the
RDBMS is different at client sites.

Has IBObjects been updated to allow this?

Regards,

Robert.