Hi Andrzej, > Where can I read about how to access Berkeley DB (Btree, version 9, native > byte-order) with OO Base?
You cannot. Berkeley DB is not a relational database, it is basically a transactional data storage (somewhat simplified, probably :). In particular, there's no SQL engine on top of Berkeley DB which OOo could address. Of course OOo could use it's own SQL engine to access a BDB, but given that our own engine is somewhat limited (in particular it can access one table per query, at most), this would be somewhat ... useless. So, BDB access in Base is simply not implemented. 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]
