[opencms-dev] Commit in Oracle database access

sidhartha datta datta.sid at gmail.com
Mon Sep 13 15:39:06 CEST 2004


Why does opencms use 
PreparedStatement("COMMIT").execute() 
to commit work when it can just do 
Connection.commit() 
    ? 
The latter is the standard JDBC behavior while the former is highly
nonstandard !
-Sid



More information about the opencms-dev mailing list