On Aug 18, 2006, at 6:45 AM, [EMAIL PROTECTED] wrote:

Please double-check your code.  The error message "library routine
called out of sequence" is what you get when you try to use the
the same database connection from more than one thread at one time.

If I remember correctly, there are two other cases where "library routine called out of sequence" would happen:

- the database connection has already been closed
- you're trying to use a prepared statement that has already been finalized

Is this still true?

Regards,

-- Tito

Reply via email to