Shadwise Posted July 20, 2007 Share Posted July 20, 2007 hi all....im new in php and i try to connect to my database in Sql Server ...... here is my code $db = @mssql_connect("wiseman\sqlexpress","Wiseman","") or die("Unable to connect to server"); mssql_select_db("Productid"); $result = mssql_query("Select * from productid"); echo "Number of rows Returned : ", mssql_num_rows($result); but nothing happend....and yes i have some data in my database.... when i go in Command Dos and i use..... sqlcmd -SWiseman\express -Uproductid.....press enter Type select * from productid.....press enter type go.....press enter.... my database show all result can anyone want to help me please Quote Link to comment https://forums.phpfreaks.com/topic/60911-mssql_connect/ Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.