java连接sql server2012数据库问题 5
java.lang.ClassNotFoundException:com.microsoft.sqlserver.jdbc.SQLServerDriver一直显示这句,驱...
java.lang.ClassNotFoundException: com.microsoft.sqlserver.jdbc.SQLServerDriver
一直显示这句,驱动包确定没问题了,在同学机子上就可以。
下面是我写的代码
JButton button = new JButton("\u786E\u5B9A");
button.addActionListener(new ActionListener() {
public void actionPerformed(ActionEvent e) {
try{
Class.forName("com.microsoft.sqlserver.jdbc.SQLServerDriver");
String dbURL = "jdbc:sqlserver://localhost:1433;databaseName=xinxi";
String userName="sa";
String userPwd="123456";
Connection con=DriverManager.getConnection(dbURL, userName, userPwd);
if(con!=null)
System.out.print("成功");
}
catch(Exception f)
{
f.printStackTrace();
}
}
});
求大神指点啊 展开
一直显示这句,驱动包确定没问题了,在同学机子上就可以。
下面是我写的代码
JButton button = new JButton("\u786E\u5B9A");
button.addActionListener(new ActionListener() {
public void actionPerformed(ActionEvent e) {
try{
Class.forName("com.microsoft.sqlserver.jdbc.SQLServerDriver");
String dbURL = "jdbc:sqlserver://localhost:1433;databaseName=xinxi";
String userName="sa";
String userPwd="123456";
Connection con=DriverManager.getConnection(dbURL, userName, userPwd);
if(con!=null)
System.out.print("成功");
}
catch(Exception f)
{
f.printStackTrace();
}
}
});
求大神指点啊 展开
1个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询