When used within an odbc_fetch_row() loop, your selected set is lost.
odbc_commit
(PHP 4, PHP 5)
odbc_commit — ODBC トランザクションをコミットする
説明
bool odbc_commit
( resource
$connection_id
)その接続におけるすべての実行中のトランザクションをコミットします。
返り値
成功した場合に TRUE を、失敗した場合に FALSE を返します。
edrenth at thematec dot nl ¶
12 years ago
