|
PHP5中文手册
mssql_query(PHP 4, PHP 5, PECL odbtp:1.1.1-1.1.4) mssql_query — Send MS SQL query 说明
mixed mssql_query
( string $query
[, resource $link_identifier
[, int $batch_size
]] )
mssql_query() sends a query to the currently active database on the server that's associated with the specified link identifier. 参数
返回值Returns a MS SQL result resource on success, TRUE if no rows were returned, or FALSE on error. 注释
|