On Feb 8, Keith Bacon wrote:

> Use a database that manages transactions, store all data on it, then only the 
>database is involved
> in transactions. The container is irrelevant. I'm not sure if you can get a 'proper' 
>DB free.

Open source dbs:

Postgresql has transactions, foreign keys, etc:
www.postgresql.org

Mysql is fast, but no transactions (yet):
www.mysql.org

And you may want to check out http://www.skippingdot.net/2002/02/01, which
is the first of a three part comparison of Open Source Databases.

Dan


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to