P
Penn
I need to validate user's input against all possible SqlServer data types
(int, tinyint, money, etc, etc.) Not only it needs to satisfy data types, it
also needs to satisfy precision and scale.
Are there any tools for this? Any suggestions on the most efficient method
to achieve this? I hate to write a class that does manual checking, maybe
trapping it someway and throw the error?
Thanks!
(int, tinyint, money, etc, etc.) Not only it needs to satisfy data types, it
also needs to satisfy precision and scale.
Are there any tools for this? Any suggestions on the most efficient method
to achieve this? I hate to write a class that does manual checking, maybe
trapping it someway and throw the error?
Thanks!