how to convert open office DB file into SQL

  • i want to convert open office DB file into SQL file.

    is there any tools or script api to do this?

  • No straight conversion script that I know of.

    OpenOffice Base wraps HSQLDB, so you may just need to use its ODBC driver to connect to the database and extract data from there and load it in SQL Server with import/export wizard.

    -- Gianluca Sartori

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply