Jump to content

Recommended Posts

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

 

 

Link to comment
https://forums.phpfreaks.com/topic/60911-mssql_connect/
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.