Version 9.4 (2011-12-09) | |
ยป | Version 9.3 (2010-10-30) |
Version 9.2 (2009-08-05) | |
Version 9.1 (2008-07-02) | |
Version 9.0 (2007-11-03) | |
Version 9.4 (2011-12-09) | |
ยป | Version 9.3 (2010-10-30) |
Version 9.2 (2009-08-05) | |
Version 9.1 (2008-07-02) | |
Version 9.0 (2007-11-03) | |
The sql:connect
instruction now supports an attribute auto-commit="{yes|no}"
to control this property of the JDBC connection.
A new instruction sql:execute
is available to execute an arbitrary SQL statement (returning
no result). It takes two attributes, connection
and statement
. For details see
sql:execute