IT学习者 -> 技术文档 -> PHP 完全中文手册

函数:mssql_data_seek()


mssql_data_seek

移动列指针。

语法: boolean mssql_data_seek(int result_identifier, int row_number);

返回值: 布尔值

函数种类: 数据库功能

内容说明

本函数用来移动 MS SQL Server 资料表中的列指针到指定的列上,可供 mssql_fetch_row() 等函数使用。参数 result_identifier 为查询的代号值。参数 row_number 则为欲移往的列数。若失败则返回 false 值。

参考

mssql_close()  mssql_pconnect()  



[ 上一页  PHP中文手册  下一页 ]

PHP 首页 | PHP 导读 | PHP 函数库 | PHP 函数索引 | PHP 范例程序