S Sahil Malik Oct 15, 2004 #2 The problem is the datatype in the parameter doesn't match the datatype on the database. Try using the SqlDataType (or is it SqlDbType) enum to map the exact data type, on your SqlParameter. - Sahil Malik You can reach me thru my blog at http://www.dotnetjunkies.com/weblog/sahilmalik
The problem is the datatype in the parameter doesn't match the datatype on the database. Try using the SqlDataType (or is it SqlDbType) enum to map the exact data type, on your SqlParameter. - Sahil Malik You can reach me thru my blog at http://www.dotnetjunkies.com/weblog/sahilmalik