When used within an odbc_fetch_row() loop, your selected set is lost.
odbc_commit
(PHP 4, PHP 5)
odbc_commit — Commit an ODBC transaction
설명
bool odbc_commit
( resource $connection_id
)
Commits all pending transactions on the connection.
반환값
성공할 경우 TRUE를, 실패할 경우 FALSE를 반환합니다.
edrenth at thematec dot nl
17-Oct-2000 06:14
