David J. wrote:

My next question is that if that is indeed the "Data" how come it is in binary vs the normal HSQLDB text?
Here is the problem I am trying to solve:

I frequently use HSQLDB as a standalone DB in my Java Apps, ideally it would be great to create the initial database visually using base. Base would also be a great tool for quick front end access, making it easy for end users to manipulate the data.

Well, you can always use the SCRIPT command to export the structure and data to a text file, then either use that file 'as is' or altered to launch an instance of an HSQLdb server.

Otherwise you could check out this example of moving the data files from an odb to disk, and back, via custom coding
http://digiassn.blogspot.com/2006/07/java-creating-jdbc-connection-to.html

HTH

Drew

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to