Bug 95120 - Cannot export odb to other formats
Summary: Cannot export odb to other formats
Status: RESOLVED INVALID
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: Base (show other bugs)
Version:
(earliest affected)
5.0.0.2 rc
Hardware: Other All
: medium normal
Assignee: Not Assigned
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-10-16 19:33 UTC by Jonathan Camilleri
Modified: 2015-10-18 12:07 UTC (History)
0 users

See Also:
Crash report or crash signature:


Attachments
database (odb) (57.86 KB, application/vnd.sun.xml.base)
2015-10-16 19:33 UTC, Jonathan Camilleri
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jonathan Camilleri 2015-10-16 19:33:56 UTC
Created attachment 119677 [details]
database (odb)

I have starting compiling a database however I am unable to find an option enabling me to export the database to a format that can be read by another application including Microsoft Excel, since I would like to use other software to analyze the training data as it grows.

Basically we need an export tool within LibreOffice Base.

Further reading
1. http://docs.oracle.com/javase/tutorial/jdbc/basics/index.html
2. https://msdn.microsoft.com/en-us/library/ms710252(v=vs.85).aspx
Comment 1 Alex Thurgood 2015-10-18 12:07:24 UTC
ODB is a file format container, containing more than just database tables or references thereto. It is not intended, and never has been intended, to provide an export option of the ODB file to another format, much in the same way that you can not save an Access file mdb or accdb as another database format.

If you are looking to export data from your tables or produced by queries to a tabular format, this is already provided by the LibreOffice Base application by copying/pasting or dragging/dropping to a Calc sheet and saving as Calc/Excel/CSV.

You can even use Calc directly to reference a db data source (db range), and the save this sheet as Excel, CSV, etc

In the default embedded hsqldb database, an ODB file contains a script and binary data accessible to hsqldb. There are tutorials in the OpenOffice.org forums which explain how to move an embedded hsqldb ODB to an external hsqldb server instance.