Subject | Re: [IBO] IBO inside a dll |
---|---|
Author | Martijn Tonies |
Post date | 2002-01-08T19:41:06Z |
> Don't use TIB_SessionProps and TIB_Session at the same time.to
> You use either one or the other. TIB_SessionProps is when you want access
> change values of the default session for the main thread. If you are usingdefault
> explicit session control via TIB_Session then you should ignore the
> session.The plot thickens ... :)
Ok, I'll use a TIB_Session and no TIB_SessionProps.
Thanks all!
--
Martijn Tonies
InterBase Workbench - the developer tool for InterBase and Firebird
http://www.interbaseworkbench.com
Upscene Productions
http://www.upscene.com
"This is an object-oriented system.
If we change anything, the users object."
> > > > TIB_Session for each connection? If I build this now, it would be
> > > > a lot easier when I implement multi-threading later on...
> > >