PHP函数:ada_exec()

ada_exec
执行 SQL 指令。

语法: int ada_exec(int connection_id, string query);

返回值: 整数

函数种类: 数据库功能

内容说明

本函数用来执行 SQL 的 query 指令。参数 connection_id 为 Adabas D 链接代号 ID 值。参数 query 则为欲执行的指令。返回值为 Result ID 值。