Use this with OCIResult(). Though you may find OCIFetchInto to be faster than the combination of OCIFetch and OCIResult
![]() | oci_fetch说明bool oci_fetch ( resource statement )oci_fetch() 获取下一行(对于 SELECT 语句)到内部结果缓冲区。 如果成功则返回 TRUE,失败则返回 FALSE。 有关 OCI8 驱动程序执行的数据类型映射的细节,见驱动程序支持的数据类型。
![]()
mlong-php at mlong dot us
09-May-2006 06:42
Use this with OCIResult(). Though you may find OCIFetchInto to be faster than the combination of OCIFetch and OCIResult
| ![]() |