Subject | Re: [IBO] Threaded Query |
---|---|
Author | Daniel Rail |
Post date | 2005-04-19T12:51:14Z |
Hi,
At April 18, 2005, 19:47, Matt Nielsen wrote:
TIB_Connection. Also, if you would be creating the components
(i.e.:TIB_Connection) in runtime without TIB_Connection being owned by
a form or a datamodule, you will need to create a TIB_Session and use
it as TIB_Connection's owner, since TIB_Connection.Create(nil)
apparently causes problems.
--
Best regards,
Daniel Rail
Senior System Engineer
ACCRA Group Inc. (www.accra.ca)
ACCRA Med Software Inc. (www.filopto.com)
At April 18, 2005, 19:47, Matt Nielsen wrote:
> Thanks. So what is the point of TIB_Session then. I thought thisYou are correct, but TIB_Session has to be created before
> was to deal with threads in ISAPI dll, etc.
TIB_Connection. Also, if you would be creating the components
(i.e.:TIB_Connection) in runtime without TIB_Connection being owned by
a form or a datamodule, you will need to create a TIB_Session and use
it as TIB_Connection's owner, since TIB_Connection.Create(nil)
apparently causes problems.
--
Best regards,
Daniel Rail
Senior System Engineer
ACCRA Group Inc. (www.accra.ca)
ACCRA Med Software Inc. (www.filopto.com)