> - transaction support (this may have been implemented through Gemini, but
> the legal status of this contribution appears to be in question now)

Transactions are also supported with BDB and InnoDB tables afaik ...

> If you want to embed a lot of the business logic in stored or needb other
of
> the more advanced db features, you should look at other alternatives. The
> open source one would be PostgresSQL.

Or, you could write your business rules as a middleware application in C
or Python (etc.) and access that middleware to do the rest of your
application.
Consider sending queries to your middleware and having it respond in
XML for a great way to do better-than-SQL responses in some cases
(such as making 'group by' return every result, grouped into XML
sub-sections
by the relevant field).

Of course, it depends on how big your project is and what needs it has.
--
Michael T. Babcock
CTO, FibreSpeed


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to