P
Paul
HI
I'm trying to add parameters based on the columns in my dataset (Oracle)
using this command, but I get this message
thecmd.Parameters.Add(colname,
oracleds.Tables(0).Columns(colloopy).DataType,
oracleds.Tables(0).Columns(colloopy).MaxLength) 'ERIC
**VALUE OF TYPE system.type cannot be converted to
system.data.oracleclient.oracletype **
thecmd is defined as oraclecommand, oraclds is oracledataset, but they don't
seem to be compatable?
Thanks
I'm trying to add parameters based on the columns in my dataset (Oracle)
using this command, but I get this message
thecmd.Parameters.Add(colname,
oracleds.Tables(0).Columns(colloopy).DataType,
oracleds.Tables(0).Columns(colloopy).MaxLength) 'ERIC
**VALUE OF TYPE system.type cannot be converted to
system.data.oracleclient.oracletype **
thecmd is defined as oraclecommand, oraclds is oracledataset, but they don't
seem to be compatable?
Thanks