"Michael B. Hansen" <[EMAIL PROTECTED]> wrote:
>  
> However, I keep getting 'library routine called out of sequence' at
> random interval.
>  

This is caused when you do things like try to use a
database connection that has already been closed or
try to use a prepared statement that has already been
finalized or by trying to use the same database handle
at the same time in two different threads.

--
D. Richard Hipp   <[EMAIL PROTECTED]>

Reply via email to