Subject FB 1.5 Embedded executeUpdate
Author jvacompie
Hi.

Under Windows XP, Firebird 1.5.5 embedded,
and Jaybird 1.5.6 for JDK 1.4,
executeQuery works fine but executeUpdate
hangs. No exception or error occurs,
the program stays forever in the executeUpdate
statement and nothing happens.

I saw an article saying:
"Firebird 1.5 embedded no longer support
executeUpdate, and must use executeQuery"
but it happens the same using:
executeQuery("UPDATE MITABLE SET .....");

Any ideas,

Thanks,

Janfry