Hi Noelson, > - What's the max size of a database, 2 GB (default) to a max of 8 GB like > HSQLDB?
I assume we're talking about the embedded HSQLDB. In this case, since OOo puts all data into one one, the limitation is the file size limitation of your disk. However, if in the range of GB, the current architecture of those files certainly doesn't scale, so this is a rather theoretic question. > - What's the max number of columns into a table ? Virtually unlimited, I'd say. In OOo's own infrastructure, the limit 2^31 - 1 (though I bet nobody ever tried), else it's up to the underlying database. I don't know at the moment whether HSQLDB has a fixed limit here. Did you search HSQL's documentation? Ciao Frank -- - Frank Schönheit, Software Engineer [EMAIL PROTECTED] - - Sun Microsystems http://www.sun.com/staroffice - - OpenOffice.org Database http://dba.openoffice.org - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
