ms sql-php查询mssql表行数,为什么没输出??

WBOY
Release: 2016-06-02 11:28:44
Original
1030 people have browsed it

phpms sqlsql

$ms_host="localhost";
$ms_user="sa";
$ms_pass="sa";
$ms_data="his";
$ms_conn=mssql_connect($ms_host,$ms_user,$ms_pass);
mssql_select_db($ms_data,$ms_conn);

<code>$sql ="select * from zsb_customer ";</code>
Copy after login

echo mssql_num_rows(mssql_query($sql));

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!