25 pts.
 Website and database connection
can anybody tell me how to connect the MS sql database with the jsp pages....I got the ip address and username with the password...I know how to connect it in a local system...but I dont know how to connect it with the database in the web server....Please help me to solve this matter

Software/Hardware used:
ASKED: February 20, 2009  12:29 PM
UPDATED: February 23, 2009  3:55 PM

Answer Wiki:
You'll need to use the information you have to create the connection string. <a href="http://www.connectionstring.com/">Connectionstrings.com</a> has all sorts of good info on getting up the connection string. You'll then need to open the <a href="http://www.devhardware.com/forums/programming-82/connecting-to-sql-server-using-jsp-32079.html">connection and execute</a> the query that you want. <a href="http://www.java-samples.com/showtutorial.php?tutorialid=619">Here is an example</a> you could find useful.
Last Wiki Answer Submitted:  February 23, 2009  3:55 pm  by  Denny Cherry   64,520 pts.
All Answer Wiki Contributors:  Denny Cherry   64,520 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _