|
Splitting an ODB File
From NeoWiki
(Difference between revisions)
Amayze ( | contribs)
(New page: By default NeoOffice uses the embedded HSQL 1.8 database engine when creating a odb file. This is fine for quick development, but it can cause problems data loss problems if NeoOffice cras...)
Next diff →
Revision as of 13:37, 8 November 2010
By default NeoOffice uses the embedded HSQL 1.8 database engine when creating a odb file. This is fine for quick development, but it can cause problems data loss problems if NeoOffice crashes and it makes it hard to deploy updated forms and reports to the user if you are developing a database for someone else. By splitting the database from the odb file the HSQL databse engine runs as a separate process and is unaffected inthe event of a NeoOffice crash.
This page is based on posting on the [htttp://www.oooforum.org oooForum], specifically this page [1].
Setting up NeoOffice
Downlaod the file fundamentalbasis.ini.