AndyFreeman
IS-IT--Management
I am still a novice with .NEt am trying to take 2 fields and display them as on string.
I have got this far, but am then receiving an error message
dim full_dt as string
full_dt=dtsOUPC.tables("cdt").rows & " " & dtsOUPC.tables("ctm").rows
The error is
Compiler Error Message: BC30452: Operator '&' is not defined for types 'System.Data.DataRowCollection' and 'String'.
I have got this far, but am then receiving an error message
dim full_dt as string
full_dt=dtsOUPC.tables("cdt").rows & " " & dtsOUPC.tables("ctm").rows
The error is
Compiler Error Message: BC30452: Operator '&' is not defined for types 'System.Data.DataRowCollection' and 'String'.