Hi All,
In my code, I have a std::list of objects those I need to insert into a oracle table.
What I can think now is writing an insert statement in a loop.
Anyone, please help me to understand other efficient way to insert multiple rows?
Last edited on