PHP Doku:: Führt eine ODBC-Transaktion aus - function.odbc-commit.html

Verlauf / Chronik / History: (1) anzeigen

Sie sind hier:
Doku-StartseitePHP-HandbuchFunktionsreferenzDatenbankerweiterungenAbstraktionsebenenODBC (Unified)ODBC Funktionenodbc_commit

Ein Service von Reinhard Neidl - Webprogrammierung.

ODBC Funktionen

<<odbc_columns

odbc_connect>>

odbc_commit

(PHP 4, PHP 5)

odbc_commitFührt eine ODBC-Transaktion aus

Beschreibung

int odbc_commit ( int $connection_id )

Gibt bei Erfolg TRUE zurück, bei Mißerfolg FALSE. Alle ausstehenden Transaktionen auf der Datenbankverbindung connection_id werden ausgeführt.


Ein BenutzerBeitrag:
- Beiträge aktualisieren...
edrenth at thematec dot nl
17.10.2000 15:14
When used within an odbc_fetch_row() loop, your selected set is lost.



PHP Powered Diese Seite bei php.net
The PHP manual text and comments are covered by the Creative Commons Attribution 3.0 License © the PHP Documentation Group - Impressum - mail("TO:Reinhard Neidl",...)