cannot perform a DML Operation inside a query
185024Dec 6 2002 — edited Dec 17 2002hi,
I've got the following problem while calling a stored proc which is using a dml Op inside:
OraOLEDB
-2147467259
?err.Description
ORA-14551: cannot perform a DML operation inside a query
ORA-02041: client database did not begin a transaction
ORA-06512: at line 1
If I call the Procedure from TOAD or SQL Plus, it works fine.
Is it possible to pass the procedure call as a pass-throug query in an ADO (MDAC 2.7) recordset?
Thanks in Advance
Chris