Jul 20, 2020 at 3:39pm
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?
Jul 20, 2020 at 3:43pm
Last edited on Jul 20, 2020 at 3:45pm