Subject Re: [IBO] ISAPI / multithread
Author Helen Borrie
At 10:45 PM 24/06/2003 +0000, Stewart Bourke wrote:
>I think I have figured it out - I should use ibq:=tiboquery.create
>(ib_session1) ??
>
>COuld you confirm?

No, I can't confirm, because I haven't done any ISAPI modules where I've
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