ora_commitoff

(PHP 3, PHP 4, PHP 5 <= 5.1.0RC1)

ora_commitoff -- 关闭自动提交功能

描述

bool ora_commitoff ( resource conn )

该函数关闭指定连接的每一个 ora_exec() 函数的自动提交功能。

如果成功则返回 TRUE,失败则返回 FALSE。 错误的细节能够使用 ora_error()ora_errorcode() 函数取得。

参见ora_commiton()ora_commit()


add a note add a note User Contributed Notes
m-fletscher at gmx dot de
17-Jan-2003 01:59
The function " ocof() " isn't supported anymore in the oci.dll of Oracle 8.1.7.
Use Oracle8 functions instead.