From: semkin on
I insert array in C++ program and use EXEC SQL FOR :o_rows_to_process.
After operation sqlca.sqlcode = 0.

Is it possible to have returned value in sqlca.sqlerrd[2] to be less
than o_rows_to_process ?

I use Oracle Database 11g Enterprise Edition Release 11.1.0.7.0 -
64bit Production.