Menu

Commit [r355]  Maximize  Restore  History

the method public static int execute(..., ..., ...) contained an error, effectively

not allowing parameters. This was caused by calling:
statement.executeUpdate(sqlStatement) instead of:
statement.executeUpdate().

keess 2002-12-02

changed /trunk/jxpfw/sources/org/jxpfw/dmc/Database.java
/trunk/jxpfw/sources/org/jxpfw/dmc/Database.java Diff Switch to side-by-side view
Loading...