odbc_commit

(PHP 4, PHP 5)

odbc_commitCommit an ODBC transaction

Beskrivelse

bool odbc_commit ( resource $connection_id )

Commits all pending transactions on the connection.

Parametre

connection_id

The ODBC connection identifier, see odbc_connect() for details.

Returnerings Værdier

Returns TRUE on success or FALSE on failure.

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top