Subject Re: [ib-support] JBDC to Firebird - Commit error in threads
Author Paul Reeves
On Tue, 23 Apr 2002 11:30:04 +0200, Thomas Fischer wrote:
> Hi.
>
>
> I have an exception during inserting several data lines (several
> insert statements) into a database with a single 'commit' statement
> in a parallel process (thread).
> On JDBC Client to an Oracle 9i server it's working fine. Does
> anyone know a hint ?
> May be there is a jdbc version which worked with a 'commit' in a
> thread ?
>
>

Your explanation is not too clear, but it sounds as if you are running multiple threads. If you do so then you must ensure that each thread has its own database connection. You cannot share a single connection across several threads.

Paul
--
Paul Reeves
http://www.ibphoenix.com
Supporting users of Firebird and InterBase