How i can generate java sources for my database(HSQLDB 1.8), it doesn't generated. I know that there is a topic "HSQLDB 1.8 Compatibility problems" where was discussed that problem, but there is no new version of sql2java.
Can You build a special version of sql2java for HSQLDB 1.8
I am using hsqldb 1.8, and I am not having any problems. I just had to change everything so that sql2java does not use the hsqldb.jar file that is included in the download, because that looks like an older version. It did want to connect properly to a new hsqldb. Basically I downloaded the newest hsqldb and replaced the hsqldb.jar file in sql2java with the new one. Seems to run ok.
Charl
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
hello,
How i can generate java sources for my database(HSQLDB 1.8), it doesn't generated. I know that there is a topic "HSQLDB 1.8 Compatibility problems" where was discussed that problem, but there is no new version of sql2java.
Can You build a special version of sql2java for HSQLDB 1.8
Thank You
"
Buildfile: build.xml
prepare:
generate:
[java] DATABASE: HSQL Database Engine
[java] Database::loadTables - %
[java] Loading %
[java] Database::loadColumns
[java] Database::loadPrimaryKeys
[java] Database::loadImportedKeys
[java] Database::loadManyToMany
[java] Generating src/java\sql2java\sample\database\Manager.java
"
You maybe somebody can send me this build to my email igor_home@ua.fm
Thank You!
I am using hsqldb 1.8, and I am not having any problems. I just had to change everything so that sql2java does not use the hsqldb.jar file that is included in the download, because that looks like an older version. It did want to connect properly to a new hsqldb. Basically I downloaded the newest hsqldb and replaced the hsqldb.jar file in sql2java with the new one. Seems to run ok.
Charl