How can I generate a Parameter if I cannot retrieve the SqlDbType from
an item in a row of a DataSet?
Is it safe to just take the object I retrieve from the DataSet and take
the following constructor for the Parameter:
SqlParameter(string parameterName, object value)???
Regards
Stephan
W.G. Ryan - MVP - 31 Jan 2006 17:51 GMT
Yep, that's 'safe'
> How can I generate a Parameter if I cannot retrieve the SqlDbType from an
> item in a row of a DataSet?
[quoted text clipped - 3 lines]
> Regards
> Stephan