Showing posts with label parameters. Show all posts
Showing posts with label parameters. Show all posts

Friday, December 14, 2007

Stored Procs

Please be aware if you are inserting data into a data field with a value type of int and allows null be sure to set the @Param int = null

This will prevent errors when submitting.