Re: Data Constraints AND Application Constraints
Date: Sat, 19 Mar 2005 05:49:01 GMT
Message-ID: <h3P_d.3383$C7.3070_at_news-server.bigpond.net.au>
-CELKO- wrote:
> I agree with you about checking data at each tier.
>
> But what I would really like is to have a "rules engine" that would
> help me generate SQL check constraints as well as 3GL if statements. I
> would also like to have my tool put the rules together in a decision
> table or something similar so I can validate and optimize them.
. database create and user defined types . table and index create (100% rerunable for easy schema upgrades) . triggers etc . stored procs for insert, update, delete, archive . ACL's . core static data (self description and other stuff) . it also places standard prefix and postfix statements on externallycrafted stored proc code
As you might guess I eschew GUI based hacking in favour of a CLI style - just a throwback to my punched card days of building CDC OS's from source tapes!
Of course there are no doubt tools out there that could do at least some of this but I find I have less choice about what I will accept as the common (supported) denominators al la Kenneth's post this thread - and I'm sure I have some Scottish ancestry too! Cheers, Frank. Received on Sat Mar 19 2005 - 06:49:01 CET
