Interview Question in SQL Server Data Services (SSDS)


 

Interview Question :: I have a database in sql server.i am running web service where in i want to connect my database


i have my sql database on a network server 2003 PC. i am running a web page on the network where a client has the facility to click a button on the web page to get certain data from the database.i need to know as to how to link button on web page to the sql database.PL suggest some codes/snippets to sort out this problem at the earliest.
Answers to "I have a database in sql server.i am running web service where in i want to connect my database"
RE: I have a database in sql server.i am running web service where in i want to connect my database?

To connect to MySQL via a web page, you would need some server-side web programming tool. I recommend using PHP as it is simple and effective, and it is perfectly free.
 
Vote for this answer ::  
RE: I have a database in sql server.i am running web service where in i want to connect my database?

Use PHP, check w3schools.com
 
Vote for this answer ::  
Update Alert Setting