Subject Re: [despammed] [Firebird-Java] org.firebirdsql.jdbc.FBSQLException: Resource Ex
Author nrajagopal35
From when, this restriction is implemented.

Actually, I am able to use this previously without no problems. i.e
with during beta 3 and before.

any updates.

regards,
raj


--- In Firebird-Java@yahoogroups.com, "Steffen Heil" <lists@s...> wrote:
> Hi
>
> > ya, I am using multiple threads using the same connection, but I
am not
> using 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