maxdb_autocommit
maxdb::auto_commit
Turns on or off auto-commiting database modifications
&reftitle.description;
&style.procedural;
boolmaxdb_autocommit
resourcelink
boolmode
&style.oop;
boolmaxdb::auto_commit
boolmode
maxdb_autocommit is used to turn on or off auto-commit mode
on queries for the database connection represented by the link
resource.
&reftitle.returnvalues;
&return.success;
&reftitle.examples;
&style.oop;
autocommit(TRUE);
/* close connection */
$maxdb->close();
?>
]]>
&style.procedural;
]]>
&example.outputs.similar;
&reftitle.seealso;
maxdb_commit
maxdb_rollback