Subject | Re: [IBO] TDataset-compatible components in IntraWeb applications |
---|---|
Author | nols_smit |
Post date | 2008-04-15T20:39:07Z |
> >Any idea what I must do not to trigger this error?its own explicit TIB_Session. Make this IB_Session the first in the
>
> Place all your data access components in a single data module with
creation order within the DM. Set the IB_Session property of your
ib_connection and ib_transaction components to be this session.
>create this DM. Put the DM into the uses clause of your user session
> Remove the Application.Create line from the DPR where it tries to
unit. Have your application create an instance of the DM for each
user session and destroy (free) it within a try/finally structure,
before it is itself destroyed.
>Thanks, problem solved!!!
> Helen
>
Regards,
Nols Smit