odbc_commit -- Commit an ODBC transaction
Description
int odbc_commit(int connection_id);
Returns: true on success, false on failure.
All pending transactions on connection_id
are committed.
This PHP manual is Copyright © 1997, 1998, 1999, 2000 the PHP Documentation Group. It has been licensed under the GPL. Permission granted for display on the Abscissa Tech web site on March 9, 2000. The most recent PHP documentation is available at http://www.php.net/.