I'm writing some C++ code to call an oracle stored procedure for storing data into a table. When I make this call:
I get this error.
So, then how can I commit my additions to the oracle table?
Thanks,
Todd
Code:
hr = pConnect->Commit();
Code:
ORA-24350: OCI call not allowed
Thanks,
Todd