I found the following page interesting when having issues setting a value in a SqlParameter constructor. From http://msdn2.microsoft.com/en-us/library/0881fz2y.aspx : When you specify an Object in the value parameter, the SqlDbType is inferred from the
Read More...