B
Bill Nguyen
What do I need to do to add a row to a table with single column? I got the
"mnarrowing conversion" ewrror mesage.
Thanks
Bill
-----------------
Dim rValue(0) As Object
rValue(0) = CInt("1001")
dS.Tables(0).Rows.Add(rValue(0))
Error:
Additional information: No accessible overloaded 'DataRowCollection.Add' can
be called without a narrowing conversion.
"mnarrowing conversion" ewrror mesage.
Thanks
Bill
-----------------
Dim rValue(0) As Object
rValue(0) = CInt("1001")
dS.Tables(0).Rows.Add(rValue(0))
Error:
Additional information: No accessible overloaded 'DataRowCollection.Add' can
be called without a narrowing conversion.