|
From: checkmycode <ani...@di...> - 2011-09-06 03:42:03
|
In my Application i am using HSQLDB.Following steps will give where i getting problem. *I created hsqldb file database by setting CACHED Instead of MEMORY in script file. So .data file is created while running Application. *I am inserting data by using PreparedStatement.while insertion to the table is successfully completed. *I am not doing any delete opertion. *But when i want to check data persistence using RazorSQL it is not showing any data those inserted. *I set Autocommit TRUE but still no data in .data file is showing. *So how can i retrieve data from hsqldb .data file. -- View this message in context: http://old.nabble.com/HSQLDB-Unable-to-retrieve-data-from-data-file.-tp32400668p32400668.html Sent from the HSQLDB - Dev mailing list archive at Nabble.com. |