On Thursday 17 June 2004 21:58, [EMAIL PROTECTED] wrote:
> BTW - just to make sure people don't miss on other alternatives -
> there are also Berkeley DB and Firebird as good complete SQL opensource
> database implementations.
>

Just a correction - Berkeley DB is not an _SQL_ database implementation. It's 
not even a relational database. What it does is just map arbitrary binary 
keys to arbitrary binary values. You can build relational database (and 
theoretically SQL as well) capabilities above it, but it doesn't have it 
built-in.

Another thing that separates it from most other SQL servers is that it is 
filesystem based and not networked.

If you're looking for a relational database implementation that is not SQLed, 
there are several XBase (formerly dBase) implementations around. SQLite is a 
lightweight file-system based SQL implementation. (which isn't networked). If 
you're looking for something that is networked, you should look at MySQL, 
PostgreSQL, Firebird, MaxDB (formerly SAP-DB), or any of the other 
*networked* *SQL* open-source implementations, or commercial, non-OS ones 
like Oracle, IBM DB2 or Informix. 

Regards,

        Shlomi Fish

---------------------------------------------------------------------
Shlomi Fish      [EMAIL PROTECTED]
Homepage:        http://shlomif.il.eu.org/

Quidquid latine dictum sit, altum viditur.
        [Whatever is said in Latin sounds profound.]

=================================================================
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]

Reply via email to