Subject RE: [IBO] Can IBO Objects use fbclient.dll and not GDS32.dll
Author Craig Stevens
Thankyou Helen,

I also recieved your book today, look forward to utilizing it..

Cheers
Craig

-----Original Message-----
From: Helen Borrie [mailto:helebor@...]
Sent: Friday, 3 September 2004 5:18 PM
To: IBObjects@yahoogroups.com
Subject: Re: [IBO] Can IBO Objects use fbclient.dll and not GDS32.dll


At 03:09 PM 3/09/2004 +1000, you wrote:
>Would like to know the following information.
>
>Will IBObjects components happily use fbclient.dll to connect to firebird
>Databases ?
>
>How does one do this if possible ?

Sure, several ways.

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



___________________________________________________________________________
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 Sponsor

ADVERTISEMENT
<http://us.ard.yahoo.com/SIG=1290mjqbb/M=295196.4901138.6071305.3001176/D=groups/S=1705007183:HM/EXP=1094282370/A=2128215/R=0/SIG=10se96mf6/*http://companion.yahoo.com> click here
<http://us.adserver.yahoo.com/l?M=295196.4901138.6071305.3001176/D=groups/S=:HM/A=2128215/rand=126379900>


_____

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 <mailto:IBObjects-unsubscribe@yahoogroups.com?subject=Unsubscribe>


* Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service <http://docs.yahoo.com/info/terms/> .



_____

Message protected by MailGuard: e-mail anti-virus, anti-spam and content filtering.
http://www.mailguard.com.au






[Non-text portions of this message have been removed]