Subject | Re: [IBO] Can IBO Objects use fbclient.dll and not GDS32.dll |
---|---|
Author | Helen Borrie |
Post date | 2004-09-03T07:18:11Z |
At 03:09 PM 3/09/2004 +1000, you wrote:
First, copy fbclient.dll to the system dir (or to the application's directory)
...then
1. Easiest is to rename it as gds32.dll (after renaming or moving any
gds32.dll that is there already)
`` or ``
2. In ib_constants, change the first variable defined in that unit, viz.
IB_GDS32: string = 'gds32.dll';
to
IB_GDS32: string = 'fbclient.dll';
`` or ``
3. Make a dedicated unit where you can specifiy it. See the unit
ib_session511.pas, that you can use as a model. Once this unit is renamed
e.g. as ib_sessionFB, and edited to suit, add to your projects and modify
the DPR file so that your "ib_sessionFB" unit is the first in the project's
uses clause.
Helen
>Would like to know the following information.Sure, several ways.
>
>Will IBObjects components happily use fbclient.dll to connect to firebird
>Databases ?
>
>How does one do this if possible ?
First, copy fbclient.dll to the system dir (or to the application's directory)
...then
1. Easiest is to rename it as gds32.dll (after renaming or moving any
gds32.dll that is there already)
`` or ``
2. In ib_constants, change the first variable defined in that unit, viz.
IB_GDS32: string = 'gds32.dll';
to
IB_GDS32: string = 'fbclient.dll';
`` or ``
3. Make a dedicated unit where you can specifiy it. See the unit
ib_session511.pas, that you can use as a model. Once this unit is renamed
e.g. as ib_sessionFB, and edited to suit, add to your projects and modify
the DPR file so that your "ib_sessionFB" unit is the first in the project's
uses clause.
Helen