Subject | Re: Delphi dbExpress and Threads |
---|---|
Author | Christian Kaufmann |
Post date | 2005-05-09T19:26:46Z |
> If you pass an owner, then yes, I think you need to create them allI don't set the owner, but I'll try to create all in the main thread
> in the main thread.
anyway.
> > What about queries? Should queries always beTo be clear: queries can be created/prepared in thread A, left there
> > recreated by a thread?
>
> No.
when my DB object is released back in my pool and later be reused in
thread B? This will really work? What about transactions?
cu Christian