Subject Re: [IBO] Re: Client DLLs?
Author Helen Borrie
At 02:03 PM 20/11/2003 +0000, you wrote:
>Jason,
>
>At what point are you going to use only FBCLIENT.DLL?

I'm not Jason...but I'll answer anyway. The answer is "never". IBO
supports both Firebird and InterBase.

You can roll your own Firebird-only ib_session by adding a little unit to
your project. Pick up the sample unit IB_Session511.pas and copy it to
your own IB_Session_FB.pas. Change the names of everything appropriately,
of course.

Then make this unit the first one named in the uses clause of the DPR file
and you've got a dedicated Firebird 1.5 client application. :-)

Helen