Subject | Re: [IBO] Transaction has no connections? |
---|---|
Author | Helen Borrie |
Post date | 2005-08-24T00:05:54Z |
At 09:57 PM 23/08/2005 +0000, you wrote:
forms that have data-aware controls.
in the DPR, the library loaded will be the one referred to in the
IB_Constants.IB_GDS32 variable - as long as your app can find it in its
path, of course.
Helen
>I had previously added a IB_FirebirdSession unit to my project toIf you are using a datamodule, make sure that the DPR creates it before any
>specify the fbclient.dll and had added this to the uses statement in
>my data module. This apparently made something attempt a connection
>before the data module was fully created and properties set. I've
>removed this from my uses now and only have it in my DPR.
forms that have data-aware controls.
>How can I tell what client library is being used? gds32.dll orAssuming your IB_FirebirdSession unit reference is first in the uses clause
>fbclient.dll?
in the DPR, the library loaded will be the one referred to in the
IB_Constants.IB_GDS32 variable - as long as your app can find it in its
path, of course.
Helen