ORA-01036: illegal variable name/number when running query through C#

前端 未结 10 1680
执念已碎
执念已碎 2020-12-06 17:20

I am trying to use ALTER USER query for Oracle database using OracleCommand in C# in the following code. It creates the query if the values for Username and pas

10条回答
  •  半阙折子戏
    2020-12-06 18:11

    This error happens when you are also missing cmd.CommandType = System.Data.CommandType.StoredProcedure;

提交回复
热议问题