Subject Re: [IBO] fbclient.dll
Author newgen3152003
Hi helen,
I did rename to gds32.dll but when I use any of IBO tools, like
IB_SQL, or double click on the server I get "unavailable database".

I have the path to c:\directory\database.gdb
protocol set to cplocal


but it runs ok in the application.
can I not use ibo tools with embedded server?
Daniel

--- In IBObjects@yahoogroups.com, Helen Borrie <helebor@t...> wrote:
> At 10:27 AM 7/07/2004 +0000, you wrote:
> >Hi all,
> >Anything to change/modify in the code of IBO, in order to use
> >FBclient.dll instead of GDS32.dll?
>
> The easy way is just to rename the file to gds32.dll and copy it to
the
> system directory.
>
> To have the app load fbclient.dll from its installed location, add
the unit
> IB_Session_FB15.pas to your project and make it the first library
listed in
> the uses clause of your DPR file. Obviously, alter the pathname in
the
> source file if you don't have fbclient.dll in the default location.
>
> There's a copy of the file in the Files area. A link to the file
should
> show up in a message near this one.
>
> Helen