函数:ada_autocommit() |
ada_autocommit开关自动改动功能。 语法: int ada_autocommit(int connection_id, int [OnOff]); 返回值: 整数 函数种类: 数据库功能
本函数用来打开或关闭自动更新 (auto-commit) 功能。参数 connection_id 为数据库链接的 ID 值。参数 OnOff 可省略,表打开或关闭自动改动功能,内定值为 on,欲关闭则设 off。返回值为目前的自动更新状态,若打开自动更新功能则返回 true;若关闭自动更新功能则返回 false。
整理: (www.phpernote.com)
|