Subject
Author ccknyrject
Hi everyone,

I'm reposting this here per the advice of people on the main
firebird list.

I'm having a problem that is proving difficult to troubleshoot.

Platform:

Windows XP
Firebird 1.5 RC6
Jaybird 1.0.1

I'm connecting to the database fine and executing stored procedures
via CallableStatements. They complete without any difficulty, but
for some reason aren't committing to the database. Looking at the
tables from a second database tool shows no activity, yet I can edit
the data from my Java connection as long as I don't restart my
application.

I've tried running setAutoCommit(true) explicitly when the
connection is first created to no avail. Inside the debugger (I use
Eclipse for Java) I've turned off autoCommit after pausing the
application through breakpoints, run the procedure, committed, and
then turned autoCommit on again, and it works fine after that until
I restart the application.

Anybody run into anything similar?

Thanks,
Mike