
your jsp mysql tutorial is very help full.Please tell me how to connect jsp with SQL server 2005..

hi friend,
while connecting from sql server to jsp
1)You need to place a jtds.jar file in your lib folder
2)Class.forName("net.sourceforge.jtds.jdbc.Driver"); Connection con = DriverManager.getConnection("jdbc:jtds:sqlserver://localhost:1433/dbname"), username, password);
3)then write your code.....
If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.