hi,
currently i worked with php and mssql,i need to count the records from mssql server.but the total count values are not worked.
1) mssql_num_rows -> not worked
2) Select count(*) as cnt from table name -> not worked
any one help me how to count the records from table
regards
mageswaran
currently i worked with php and mssql,i need to count the records from mssql server.but the total count values are not worked.
1) mssql_num_rows -> not worked
2) Select count(*) as cnt from table name -> not worked
any one help me how to count the records from table
regards
mageswaran
Comment