Dear All,
I've try to assign the new parameter to dataset, while i using the following code, i got the error like
"Varchar is not a member of Devart.Data.Ora cle.OracleType"
But I'm sure this code was 100% correct,
Please help me to rectify this error.
Code:
Me._commandColl ection(0).Param eters.Add(New Global.Devart.D ata.Oracle.Orac leParameter("s" , Global.Devart.D ata.Oracle.Orac leType.VarChar, 30, Global.System.D ata.ParameterDi rection.Input, "REGN_BATCH_NO" , Global.System.D ata.DataRowVers ion.Current, False, Nothing))
I've try to assign the new parameter to dataset, while i using the following code, i got the error like
"Varchar is not a member of Devart.Data.Ora cle.OracleType"
But I'm sure this code was 100% correct,
Please help me to rectify this error.
Code:
Me._commandColl ection(0).Param eters.Add(New Global.Devart.D ata.Oracle.Orac leParameter("s" , Global.Devart.D ata.Oracle.Orac leType.VarChar, 30, Global.System.D ata.ParameterDi rection.Input, "REGN_BATCH_NO" , Global.System.D ata.DataRowVers ion.Current, False, Nothing))
Comment