Do we consider input validation when designing?
Posted by: wayne r
Date: August 23, 2010 02:48PM

Or perhaps the better question, is there a way to use the db schema (ie field names and data type) to aid in the automation of input validation coding? Just like we don't like to use hardcode values, especially in more than on place, is there a way to do say make a change to a field definition (ie VARCHAR(25) changed to VARCHAR(40)) so that such as change is automatically added to the input validation coding?

Options: ReplyQuote




Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.