Subject | Re: [IBO] gds32.dll access violation |
---|---|
Author | Hie Joen |
Post date | 2001-06-27T16:46:14Z |
Hi Jason,
Is it absolutely need to create a TIB_Session for each thread or can we use
one TIB_Session and call CreateForSession() for each connection ?
Regards,
HJ
Is it absolutely need to create a TIB_Session for each thread or can we use
one TIB_Session and call CreateForSession() for each connection ?
Regards,
HJ
----- Original Message -----
From: "Jason Wharton" <jwharton@...>
To: <IBObjects@yahoogroups.com>
Sent: Wednesday, June 27, 2001 3:38 PM
Subject: Re: [IBO] gds32.dll access violation
> Péter,
>
> One thing to be sure of is each thread needs to create a TIB_Session
> component and then when you create the other components like the
> TIB_Connection make the TIB_Session instance the owner of the other IBO
> components the thread uses.