网站首页

>>

PHP初级教程手册


函数:ada_autocommit()



ada_autocommit

开关自动改动功能。

语法: int ada_autocommit(int connection_id, int [OnOff]);

返回值: 整数

函数种类: 数据库功能

内容说明

本函数用来打开或关闭自动更新 (auto-commit) 功能。参数 connection_id 为数据库链接的 ID 值。参数 OnOff 可省略,表打开或关闭自动改动功能,内定值为 on,欲关闭则设 off。返回值为目前的自动更新状态,若打开自动更新功能则返回 true;若关闭自动更新功能则返回 false。

参考

odbc_autocommit()  



整理: (www.phpernote.com)

[ 上一页   目录页   下一页 ]

|