settime.executeUpdate("update now set time='"+currentTime+"'");
改为settime.executeUpdate("update now set [time]='"+currentTime+"'");
time貌似是access的关键字,为了避免混淆什么的。。。
new SimpleDateFormat("yyyy-MM-dd kk:mm:ss"); 这括号里面的错了吧。KK是什么哦?应该是hh吧。没用过这种方式写过不太清楚具体的写法,日期的我一般都由数据库自动生成。