
Hello , I have the next problem when I execute the fill on the DataAdapter
I get the next mistake .The parameter's name that i add aren't the sames that be on the Store Procedure , I always set ParameterName to '1' , Also i need to known which is the DBType that i have to use for replace the type Decimal and VarChar2 because on CoreLab.Oracle.OracleDbType they aren't.
Thank you
ORA-01036: illegal variable name/number||
at a.c.q.a(Int32 A_0)
at CoreLab.Oracle.OracleConnection.a(Int32 A_0)
at CoreLab.Oracle.OracleCommand.a(Int32 A_0)
at CoreLab.Oracle.OracleCommand.a(CommandBehavior A_0, IDisposable A_1, Int32 A_2, Int32 A_3)
at CoreLab.Common.DbCommandBase.b(CommandBehavior A_0)
at CoreLab.Common.DbCommand.a(CommandBehavior A_0)
at System.Data.Common.DbDataAdapter.FillFromCommand(Object data, Int32 startRecord, Int32 maxRecords, String srcTable, IDbCommand command, CommandBehavior behavior)
at System.Data.Common.DbDataAdapter.Fill(DataSet dataSet, Int32 startRecord, Int32 maxRecords, String srcTable, IDbCommand command, CommandBehavior behavior)
at System.Data.Common.DbDataAdapter.Fill(DataSet dataSet)
at StoreProc.clsOracle.FillDataSet()||