Subject | Re: [IBO] allowing program to use either gds32.dll or fbclient.dll based on settings |
---|---|
Author | robertgilland |
Post date | 2006-04-18T22:15:07Z |
>units. "Config.GetString" is whatever you use to read configuration
> just do
>
> IB_GDS32 := Config.GetString('ClientLibraryName');
>
> in the initialization section of one of your
information in your application.
>What does HTH mean?
> HTH
>
I thought IBObjects had been updated to cater for this. Since the
release of Firebird 1.5 there are 2 different dll's for accessing
administration API ( fbclient and gds32 ).
Regards,
Robert.