OCI_Execute in C loop #312
Unanswered
aravindsreeram062
asked this question in
Q&A
Replies: 1 comment
-
Hi, You an use a loop indeed. Regards, Vincent |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to insert data into a table by calling Pl/Sql procedure inside a C loop.
Below Pl/Sqlcall I'm making
char* emp_ins = strdup("BEGIN ins_pack.insert_to_emp(:emp_id_out); END;");
I want to run the insert statement in loop 10 times, is this correct way to execute in a loop? or any other better way we have? please suggest.
Beta Was this translation helpful? Give feedback.
All reactions