This issue has been driving me crazy. Here is my code snippet: Also see attachement
The variable:var pid = DateTime.ParseE xact(e.RowData["PLAN_ISSUE_DAT E"], "dd-MMM-yyyy", null);
The stored procedure parameter:cmd.Parameters. Add("P_DOC_ISSU E_DATE", OracleDbType.Da te).Value = pid;
The error:PLS-00306: wrong number or types of arguments in call to
I have been surfing for 3 days trying to resolve this issue, please help! Thanks!
The variable:var pid = DateTime.ParseE xact(e.RowData["PLAN_ISSUE_DAT E"], "dd-MMM-yyyy", null);
The stored procedure parameter:cmd.Parameters. Add("P_DOC_ISSU E_DATE", OracleDbType.Da te).Value = pid;
The error:PLS-00306: wrong number or types of arguments in call to
I have been surfing for 3 days trying to resolve this issue, please help! Thanks!
Comment