add this line before creating db connection
Class.forName("com.microso
ft.sqlserv
er.jdbc.SQ
LServerDri
ver");
you need to include the jar file that have com.microsoft.sqlserver.jd
bc.SQLServ
erDriver class in your classpath,
use this tutorial as reference for jdbc
http://download.oracle.com/javase/tutorial/jdbc/overview/index.html