Subject | Re: [IBO] allowing program to use either gds32.dll or fbclient.dll based on settings |
---|---|
Author | Nando Dessena |
Post date | 2006-04-18T07:16:21Z |
Robert,
r> However we want this to be configurable by the program,
r> in some instances we want it to use the interbase 'gds32.dll' in
r> other cases we want it to use 'fbclient.dll'
r> We do not want to have seperate versions of our program because the
r> RDBMS is different at client sites.
r> Has IBObjects been updated to allow this?
just do
IB_GDS32 := Config.GetString('ClientLibraryName');
in the initialization section of one of your units. "Config.GetString" is whatever you use to read configuration information in your application.
HTH
--
Nando Dessena
[Non-text portions of this message have been removed]
r> However we want this to be configurable by the program,
r> in some instances we want it to use the interbase 'gds32.dll' in
r> other cases we want it to use 'fbclient.dll'
r> We do not want to have seperate versions of our program because the
r> RDBMS is different at client sites.
r> Has IBObjects been updated to allow this?
just do
IB_GDS32 := Config.GetString('ClientLibraryName');
in the initialization section of one of your units. "Config.GetString" is whatever you use to read configuration information in your application.
HTH
--
Nando Dessena
[Non-text portions of this message have been removed]