我收到以下異常在java中的這個sql查詢。java.sql.SQLException:ORA-01861:文字不匹配格式字符串
statement2.executeUpdate("INSERT INTO visit_header "
+ "VALUES ('"+visitnumber+"','"+date+"','"+cookie+"','"+ip+"','"+duration+"','"+pageref
+"','"+startpagename+"','"+endpagename+"','"+pgvw+"','"+starttime+"','"+endtime+"','"
+country+"','"+state+"','"+city+"','"+browser+"','"+os+"','"+device+"')");
唯一的例外是:
java.sql.SQLException: ORA-01861: literal does not match format string.
,我沒有得到我要去的地方錯了。
謝謝。
這一個沒有幫助你? http://stackoverflow.com/questions/10766034/literal-does-not-match-format-string-error-on-updating-sql-table – lakshman 2013-04-24 12:03:33