这个是什么问题,
2008-06-15 23:16:35 [main] ERROR DealError - 获取数据库连接出错: Table not found in statement [delete from pm_arrive_hour]
java.sql.SQLException: Table not found in statement [delete from pm_arrive_hour]
at org.hsqldb.jdbc.Util.sqlException(Unknown Source)
at org.hsqldb.jdbc.jdbcStatement.fetchResult(Unknown Source)
at org.hsqldb.jdbc.jdbcStatement.executeUpdate(Unknown Source)
at org.apache.commons.dbcp.DelegatingStatement.executeUpdate(DelegatingStatement.java:225)
at com.ffcs.excel.ExcelUtil.readExcelAndInserToSQL(ExcelUtil.java:65)
at com.ffcs.excel.ExcelUtil.main(ExcelUtil.java:253)
连接池耗尽,reset...
sleeping...........2000

解决方案 »

  1.   

    pm_arrive_hour找不到,你确定数据库中存在吗
      

  2.   

    数据库中没有表。。检查下你的SQl语句
      

  3.   

    用的是sql2k吧,对于这样的数据配置,要有jdbc 呀,你可知道呀!数据库名的名字与jdbc所对应的关系吗,再用其它的java文档,试一下,看能不能连接上数据库,如果可以的话,那就如以上楼主所说啦!我用过一段sql2k,建桥时需要两个包文件啦,对不!