Re: Hypersonic SQL DB - JDBC connection fails



Joydeep wrote:
When I am using Netbeans 5.5 runtime database connection with that
"hsqldb.jar" file, it is connected successfully but giving only 2
schemas (named "INFORMATION_SCHEMA" & "PUBLIC") which are not created
by me & at the same time I see a text file named "j2" is created with
the following code :

*********** j2.properties ************
#HSQL Database Engine
#Mon Oct 02 22:14:04 IST 2006
hsqldb.script_format=0
runtime.gc_interval=0
sql.enforce_strict_size=false
hsqldb.cache_size_scale=8
readonly=false
hsqldb.nio_data_file=true
hsqldb.cache_scale=14
version=1.8.0
> hsqldb.default_table_type=memory

hsqldb.default_table_type=cached

will force HSQLDB to actually write the data to the
database instead of reprocess the log every time at startup.

Arne

.