Subject | Data Won't stick |
---|---|
Author | Kevin Herrmann |
Post date | 2005-07-19T09:18:51Z |
Hi,
I'm using FB 1.5.2 and the JDBC Driver 1.5.5. When I obtain a
connection, I immediately call:
setAutocommit(false);
Then, I set up some prepared statements and call:
commit();
Subsequently, when data is available, I execute the prepared
statements (one of which is an SP) and then call:
commit();
It behaves just fine, but no data is committed. I searched for some
time to see if I was omitting something simple, but can't find a thing.
TIA,
Kevin
I'm using FB 1.5.2 and the JDBC Driver 1.5.5. When I obtain a
connection, I immediately call:
setAutocommit(false);
Then, I set up some prepared statements and call:
commit();
Subsequently, when data is available, I execute the prepared
statements (one of which is an SP) and then call:
commit();
It behaves just fine, but no data is committed. I searched for some
time to see if I was omitting something simple, but can't find a thing.
TIA,
Kevin