函数:ifx_getsqlca() |
ifx_getsqlca取得 query 后的 sqlca 信息。 语法: array ifx_getsqlca(int result_id); 返回值: 数组 函数种类: 数据库功能
本函数可得到 Informix 最后查询操作后的 sqlca 结构 (struct) 中的相关信息。参数 result_id 是经过 ifx_query() 及 ifx_prepare() 的返回代号。本函数返回的数组其实就是 sqlca.sqlerrd[0] 到 sqlca.sqlerrd[5] 等六个元素的数组。
下例为部份程序 整理: (www.phpernote.com)
|