Subject Re: [Firebird-Java] JayBird 1.5 RC3 autocommit problem
Author Roman Rokytskyy
Hi,

> I execute a row of statements against the database, the last one
> deletes everything from a particular table. The I set autocommit to
> false. Then I call a stored procedures very often, which inserts
> data to that tables. Finally I commit and set autocommit back to
> true. Afterwards, some more statements are executed.

> This is all happens on the same connection. And it worked fine under
> JayBird 1.0.1, but the data inserted into the tables is not commited
> under JayBird 1.5 RC3.

Is it 100% reproducable? Can you create a test case that reproduces this
problem?

Thanks!
Roman