Subject | Re: [IBO] ISAPI / multithread |
---|---|
Author | Helen Borrie |
Post date | 2003-06-24T23:29:04Z |
At 10:45 PM 24/06/2003 +0000, Stewart Bourke wrote:
created DAOs on the fly. But my assumption is that the WDM should be the
owner. If you take a look inside the webdatamodule's DFM, you'll see that
your other DAOs are owned by the WDM, not by the ib_session...
There can be only one ib_session. The reason it has to be first in the
creation order is to override the default session that would otherwise be
attached to when the first DAO is created.
Helen
>I think I have figured it out - I should use ibq:=tiboquery.createNo, I can't confirm, because I haven't done any ISAPI modules where I've
>(ib_session1) ??
>
>COuld you confirm?
created DAOs on the fly. But my assumption is that the WDM should be the
owner. If you take a look inside the webdatamodule's DFM, you'll see that
your other DAOs are owned by the WDM, not by the ib_session...
There can be only one ib_session. The reason it has to be first in the
creation order is to override the default session that would otherwise be
attached to when the first DAO is created.
Helen