sql - How to access openoffice.org database from command line -


i have database built in openoffice.org base (.odb). open database using command line sql client, such sqlite3 or psql. can tell me how make work? running windows 7 64-bit , have cygwin installed.

afaik can't access odb database directly, since it's embedded db instance. can migrate odb "normal" hsqldb database , run in hsqldb server. after that, database accessible using command line clients sqltool. still can access database openoffice base using jdbc, can continue using data openoffice access "from outside".

the odb zip file containing standard hsqldb database files, shouldn't hard make available hsqldb directly. there guides , tutorials how proceed:


Comments

Popular posts from this blog

objective c - Change font of selected text in UITextView -

php - Accessing POST data in Facebook cavas app -

c# - Getting control value when switching a view as part of a multiview -