Subject Re: [IBO] fbclient.dll instead of gds32.dll
Author L.M. Bemmelmans
Helen,

Is this unit still needed with IBO 3.4 ?

Leon


"Helen Borrie" <helebor@...> wrote in message
news:5.2.0.9.2.20040105211626.043bfc78@......
> At 10:09 AM 5/01/2004 +0000, you wrote:
> >How to "tell" TIBODatabse that I "want" to use fbclient.dll instead of
> >gds32.dll?
>
> If you have the source code, you can replace the value in the constant
> IB_GDS32.
>
> If not, create a new unit IB_SetLibFb15.pas as below (any name you prefer)
> and include it in your project. Edit the DPR file so that your new unit
is
> the first one listed in the 'uses' clause.
>
> unit
> IB_SetLibFb15;
>
> interface
>
> uses
> IB_Constants;
>
> implementation
>
> initialization
> // Replace gds32.dll with the alternative client DLL value.
> IB_Constants.IB_GDS32 := 'fbclient.dll';
>
> end.
>
> Helen
>
>
>
___________________________________________________________________________
> IB Objects - direct, complete, custom connectivity to Firebird or
InterBase
> without the need for BDE, ODBC or any other layer.
>
___________________________________________________________________________
> http://www.ibobjects.com - your IBO community resource for Tech Info
papers,
> keyword-searchable FAQ, community code contributions and more !
>
> Yahoo! Groups Links
>
> To visit your group on the web, go to:
> http://groups.yahoo.com/group/IBObjects/
>
> To unsubscribe from this group, send an email to:
> IBObjects-unsubscribe@yahoogroups.com
>
> Your use of Yahoo! Groups is subject to:
> http://docs.yahoo.com/info/terms/
>
>