下面的代码是连接哪个数据库的驱动加载片段
try{
Class.forName("com.microsoft.jdbc.sqlserver.SQLServerDriver");
}
catch(Exception e){
out.print(e.toString());