Open Office BETA Debuts With HSQLDB

From: dedmike (dedmike_at_gmail.com)
Date: 12/21/04


Date: 21 Dec 2004 01:24:12 -0800

Yesterday, Slashdot profiled the new Open Office 2.0 BETA with what was
referred to as an "Access-like application." That "Access-like
application" is HSQLDB (misidentified as hSQL).

Slashdot story:
http://slashdot.org/article.pl?sid=04/12/20/1517206&tid=185

First Review:
http://www.theinquirer.net/?article=20293

"One noteworthy addition to this upcoming 2.0 OO.o release is the HSQL
Embedded database engine a fast Java-based embedded database engine
that once surprised everyone by beating IBM's Cloudscape (now also open
sourced) and even C++ databases. Also included is a user friendly
database application dubbed "OpenOffice Base" which allows you to
effortlessly create both databases, queries and reports using helpful
"wizards". Current 1.x versions of OpenOffice lack an embedded database
and only the commercial StarOffice product includes one in the form of
the bundled "Adabas D" licensed from Software AG, but even
then such a friendly database front-end is missing from SO7."

BETA Release Intro and download page:
http://download.openoffice.org/680/index.html

Congratulations to the OO.o team and thank you for the vote of
confidence in choosing HSQLDB as your database of choice.
Michael J. Cannon
dedmike
Project Manager, hsqldb.org



Relevant Pages

  • Re: Firebird, Microsoft Express, Postgre, or Virtuoso?
    ... For production, I may need something embedded, residing in memory ... managing a Sybase enterprise database (with ... than HSQLDB currently. ...
    (comp.databases)
  • Re: a database for free
    ... I want to use a free database for my project.For my application to run ... my customer also needs the database.I am using ... HSQLDB is Open Source and free to use in any commercial product so long as the terms of the Licenses are met. ...
    (comp.lang.java.databases)
  • Re: changing db schemas after application deployment
    ... I'm developing a swing based App, at the moment during development i'm switching between using mySql & hsqldb as my database for the app ... Anyway I started to think about what happens in the future when hopefully I have a user base and make changes to my application which require changes to the database. ... Say for example I add a new column to one of my tables, well I suppose in the startup code I can check for the existance of that particular column and create it if it isnt there already. ... It would make my life eaiser in the sense each time I make a change to my database using mysql I also have to make the change to hsqldb, recopy the hsqldb to my directoy used by my installer generator blah blah when really if the change is made once in my startup procedure then it doesnt matter what db I'm using. ...
    (comp.lang.java.databases)
  • Re: Searching for a database to replace Access
    ... I used HSQLDB and I noticed it is slow and little buggy for some databases ... MySQL is AFAIK not fully SQL2 compliant. ... > - not really a robust database system, ... > + free, open source, embeddable? ...
    (comp.lang.java.databases)
  • Re: changing db schemas after application deployment
    ... I'm developing a swing based App, at the moment during development i'm switching between using mySql & hsqldb as my database for the app ... Anyway I started to think about what happens in the future when hopefully I have a user base and make changes to my application which require changes to the database. ... Say for example I add a new column to one of my tables, well I suppose in the startup code I can check for the existance of that particular column and create it if it isnt there already. ...
    (comp.lang.java.databases)