码迷,mamicode.com
首页 > 数据库 > 详细

HSQL

时间:2015-04-27 09:40:11      阅读:199      评论:0      收藏:0      [点我收藏+]

标签:

 

Whenever I connect to HSQLDB from my application deployed on eclipse Juno, it throws an exception as : java.sql.SQLException: error in script file line: 1 Unexpected token UNIQUE, requires COLLATION in statement [SET DATABASE UNIQUE]

You need the latest version of HSQLDB jar, currently 2.2.9.

Your database files are version 2.x, but the jar you are using is probably 1.8.x or earlier. It is important to use the same jar version (major.minor).
http://stackoverflow.com/questions/12969109/error-in-script-file-line-1-unexpected-token-unique-requires-collation-in-stat

http://stackoverflow.com/questions/4949023/unexpected-token-unique-requires-collation-in-statement-set-database-unique

 


2015-04-27T09:22:12.125+0800  WARNING  Script processing failure
org.hsqldb.HsqlException: error in script file line: 234 java.io.EOFException in statement [SET TABLE PUBLIC.C
ONFIGSET INDEX ‘1 0 1‘]
        at org.hsqldb.error.Error.error(Unknown Source)

http://blog.csdn.net/YuLimin/article/details/1623656

 

HSQL

标签:

原文地址:http://www.cnblogs.com/softidea/p/4459053.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!