Rafi Cohen wrote:
Another question: may I prepare all statements tha need to be prepared
in one thread, but for part of them apply the execution process
(bind-step-reset) I n the second thread or whould it be best to prepare
statements in the same thread I intend to execute them later?

Rafi,

It don't think it matters. Either way should work.

From a design point of view it may be better to decouple the two threads by having each prepare its own statements.

HTH
Dennis Cote

-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------

Reply via email to