Gustav Brock
gustav at cactus.dk
Sun Feb 2 05:49:08 CST 2003
Hi Drew > Just my two cents here. I personally build my own business rules into the > front end, or the middle tier. I don't like 'automatic' processes that I > haven't built personally! <VBG> I think of it along the same lines of tghe > B vs. UnB issue. It's there, and I can see it's use, I just prefer to > control things on my own. Ha! So why not build your own database engine from scratch? There are wonderful tools around with B-Trees and so on, and you can have your own system for creating autonumbers, guids, table locking etc. in a worth-trusty manner. Not to mention all the fun creating your own system for replication. /gustav