Subject | Re: [IBO] Re: Client DLLs? |
---|---|
Author | Helen Borrie |
Post date | 2003-11-20T14:16:04Z |
At 02:03 PM 20/11/2003 +0000, you wrote:
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
>Jason,I'm not Jason...but I'll answer anyway. The answer is "never". IBO
>
>At what point are you going to use only FBCLIENT.DLL?
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