Subject Re: [IBO] IBO inside a dll
Author Martijn Tonies
> Don't use TIB_SessionProps and TIB_Session at the same time.
> You use either one or the other. TIB_SessionProps is when you want access
to
> change values of the default session for the main thread. If you are using
> explicit session control via TIB_Session then you should ignore the
default
> 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...
> > >