Order of parameters
521751Jul 6 2006 — edited Jul 25 2006Hi,
When you using parametrized queries like eg. INSERT INTO DEPT (DNAME, LOC, DEPTNO) VALUES (:DNAME, :LOC, :DEPTNO)
You apperently have to add the parametres objects for each placeholder in the exact same order as stated in de query
I thought this was only needed in ODBC or OLEDb providers
Is this by design or a a bug ?
Regards,
ps: By the way the Microsoft managed .NET Oracle Data provider does not expect the correct order.