Subject | Re: [ib-support] JBDC to Firebird - Commit error in threads |
---|---|
Author | Paul Reeves |
Post date | 2002-04-23T11:53:47Z |
On Tue, 23 Apr 2002 11:30:04 +0200, Thomas Fischer wrote:
Paul
--
Paul Reeves
http://www.ibphoenix.com
Supporting users of Firebird and InterBase
> Hi.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.
>
>
> 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 ?
>
>
Paul
--
Paul Reeves
http://www.ibphoenix.com
Supporting users of Firebird and InterBase