應用筆記
Pages
首頁
辨識軟體
OpenCV@Android
Ubuntu設定
Vaadin相關
App上架教學
Friday, May 24, 2013
how to test the database is exist or not (Try to create new DB, if DB is not here)
#Problem
java.sql.SQLException: Syntax error or access violation message from server: "Unknown database 'Workbook222'"
Fix:
Add "IF NOT EXISTS" to fix it.
CREATE DATABASE
IF NOT EXISTS dbname
;
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment