Subject Question about use of IB_Constants.IB_GDS32
Author Steve Harp
Hi All,

I'm not sure how to make certain that fbclient.dll is being used. I'm
using Delphi 7 and IBO 4x with Firebird 1.5.2. In my main data
module, I've added IB_Constants to my uses clause and added the
following initialization statement.

initialization
// Replace the normal value with the alternate client DLL value.
IB_Constants.IB_GDS32 := 'FBCLIENT.DLL';

The main data module contains my TIB_Connection object. Is this the
correct method for specifying a client dll? If not, what am I missing?

Thanks,
Steve