ORA-01036 illegal variable name/number
Posted: Tue 18 Aug 2009 09:19
Hi folks!
I have to insert new rows with a ASPxGridView (DevExpress) and get the ORA-01036 error.
-DB connection: TNS-NAMES v.11 client or direct (always the same).
-Table EMP from SCOTT
-INSERT command: INSERT INTO SCOTT.EMP (ENAME, JOB, MGR, HIREDATE, SAL, COMM, DEPTNO) VALUES (:ENAME, :JOB, :MGR, :HIREDATE, :SAL, :COMM, :DEPTNO)
-Parameters are generated.
ASP-Code:
3
Please, what can I do?
N.M.
I have to insert new rows with a ASPxGridView (DevExpress) and get the ORA-01036 error.
-DB connection: TNS-NAMES v.11 client or direct (always the same).
-Table EMP from SCOTT
-INSERT command: INSERT INTO SCOTT.EMP (ENAME, JOB, MGR, HIREDATE, SAL, COMM, DEPTNO) VALUES (:ENAME, :JOB, :MGR, :HIREDATE, :SAL, :COMM, :DEPTNO)
-Parameters are generated.
ASP-Code:
3
Please, what can I do?
N.M.