hi, Delerna
good evening..
i have in my sql table the field name:CLASS_CODE datatype:numeri c(6,0) and in sql storeprocedure: @CLASS_CODE numeric(6) .and in my vb application iam passing
Code:
cmd.Parameters.Append cmd.CreateParameter("CLASS_CODE", adNumeric, adParamInput, 6, Val(txtSpareCode))
but iam getting error :Precision...
Leave a comment: