Subject | JayBird 1.5 RC3 autocommit problem |
---|---|
Author | Steffen Heil |
Post date | 2004-07-18T19:55:08Z |
Hello
I have an web application that uses JayBird 1.5 RC3 with connection and
statement pooling and I have the following problem:
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.
Could someone check this?
Regards,
Steffen
I have an web application that uses JayBird 1.5 RC3 with connection and
statement pooling and I have the following problem:
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.
Could someone check this?
Regards,
Steffen