Now that I have a micro (in fact even a nano) version of HSQLDB (around 150 Ko) that runs well on J2ME/CLDC. I'm trying to implement the persistent storage for this version. As their is no file system on such device, I will not have a complicate save and restore mecanism. I will simply save all tables and views on shutdown and restore them on startup.
Could someone tell me if their exists an export like command to (guess what) export the whole database to a file in the J2ME version. What do you think would be the best way to achieve save and restore mecanism: - All classes needing backup implements an serialize like interface - A whole new package has the mission to serilialize and save/restore each permanent class CU Jérôme ------------------------------------------------------- This SF.Net email is sponsored by: Power Architecture Resource Center: Free content, downloads, discussions, and more. http://solutions.newsforge.com/ibmarch.tmpl _______________________________________________ hsqldb-developers mailing list hsqldb-developers@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/hsqldb-developers