[quote name='Andy Freeman' date='Mar 15 2004, 06:20 PM']u cud always get mysql database its free 2 use.[/quote]
so is PostgreSQL
MySQL is pretty cool.
LOC runs on a MySQL db
that said -I would not base any sort of enterprise level application on MySQL (then again - nor would I base it on Access! 8) )
it does not have the functionality such an application requires ([b]views[/b] will not be implemented 'till version 5.1) nor would it scale to enterprise level volumes.
If Paul needs a better, free, DBMS - then I would say he should look at postgresql - it has a lot of the functionality any decent dbms should have (views, triggers and stored procedures would help from what I can tell).
but this is going
Paul - no-one seems to be arguing with my idea of writing this delete processing yourself, within the scripting language your are using (ASP, php, VBA etc). IMHO, something like a trigger would be exactly what the doctor ordered, but if your DBMS of choice does not support that, then you need to look at implementing this fucntionality yourself