且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

数据库表没有显示在jsp webapp表上

更新时间:2023-11-17 23:18:22

连接对象变为空。

Connection object getting null.
Statement stmt = database.con.createStatement();





检查makeConnection()方法是否可以实际上返回一个对象。



Check makeConnection() method whether it actually return an object or else.