|
>> Apologies
to Stacey if I got your sex wrong :) For some reason I thought you were a
woman.... oopps :)
no worries. happens
all the time.
I have
implemented my objects as you say so that each object has its own TDatabase and
TSession but I get the error "implicit connection not allowed after explicit
connection" (this is an Informix error).
This is an informix
error.
We do multi threaded
database connections in other software which work fine but each TDatabase
and a TSession is only accessed by one thread which is the thread the created
them.
In this case we have
multiple threads accessing Object X (never more than one at at a time)
which contains the TDatabase and TSession.
Do you have this situatuation?
The processin more
detail.
So each time a
request is processed we have a brand new thread.
It may be that I
have to have a persistent thread for each Object X.
Thanks
Stacey
|
_______________________________________________ Delphi mailing list [EMAIL PROTECTED] http://ns3.123.co.nz/mailman/listinfo/delphi
