netbeans ide 连接不上数据库
try{Connectionconn=null;intn=0;StringsqlInsert="";try{Class.forName("org.apache.derby...
try{
Connection conn=null;
int n=0;
String sqlInsert="";
try{
Class.forName("org.apache.derby.jdbc.EmbeddedDriver");
//Class.forName("sun.jdbc.odbc.JdbcOdbcDriver");
System.out.print("Load the embedded driver");
conn=DriverManager.getConnection("jdbc:derby:student;");
System.out.print("yes");
// conn.setAutoCommit(false);
// conn.commit()
}
catch(Exception ex)
{
System.out.print("未能正确连接到数据库");
ex.printStackTrace();
}
conn.setAutoCommit(false);
String sql="insert into APP.Major_Info values('1','sdf','3')";
Statement st=conn.createStatement();
st.executeUpdate(sql);
}
catch( Throwable e)
{
System.out.println(e.getMessage());
}
}
显示 Load the embedded driveryes表/视图“APP.MAJOR_INFO”不存在。
这是数据库 展开
Connection conn=null;
int n=0;
String sqlInsert="";
try{
Class.forName("org.apache.derby.jdbc.EmbeddedDriver");
//Class.forName("sun.jdbc.odbc.JdbcOdbcDriver");
System.out.print("Load the embedded driver");
conn=DriverManager.getConnection("jdbc:derby:student;");
System.out.print("yes");
// conn.setAutoCommit(false);
// conn.commit()
}
catch(Exception ex)
{
System.out.print("未能正确连接到数据库");
ex.printStackTrace();
}
conn.setAutoCommit(false);
String sql="insert into APP.Major_Info values('1','sdf','3')";
Statement st=conn.createStatement();
st.executeUpdate(sql);
}
catch( Throwable e)
{
System.out.println(e.getMessage());
}
}
显示 Load the embedded driveryes表/视图“APP.MAJOR_INFO”不存在。
这是数据库 展开
1个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询