> It seems that people are very quick to suggest MySQL but I think the > superior open source database is PostgreSQL, mainly because it > supports transaction locking and stored procedures.
Right, don't forget that MySQL doesn't have any kind of referential integrity or check constrains too. For small project I usually can live without transactions, but handling refential integrity and cascading delete at the application level is a royal pain. Just my two cents ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

