Subject | AW: [despammed] [Firebird-Java] org.firebirdsql.jdbc.FBSQLException: Resource Ex |
---|---|
Author | Steffen Heil |
Post date | 2004-09-02T09:28:01Z |
Hi
Simply wrong.
In firebird EVERYTHING needs to be done inside a transaction.
If you do nothing, there will be a automatic transaction opened with
auto-commit set to true.
Lesson: Do not use one Connection in different threads.
Regards,
Steffen
> ya, I am using multiple threads using the same connection, but I am notusing any transaction from my application.
Simply wrong.
In firebird EVERYTHING needs to be done inside a transaction.
If you do nothing, there will be a automatic transaction opened with
auto-commit set to true.
Lesson: Do not use one Connection in different threads.
Regards,
Steffen