Can anyone pleas provide me with a working example of OCI using OCIDefineByPos OCIDefineArrayOfStruct with OCIStmtFetch (or OCIStmeFetch2) t fetch MULTIPLE rows instead of a single row at a time?
Printable View
Can anyone pleas provide me with a working example of OCI using OCIDefineByPos OCIDefineArrayOfStruct with OCIStmtFetch (or OCIStmeFetch2) t fetch MULTIPLE rows instead of a single row at a time?
Not exactly Qt related, is it?
Why don't you use the Qt api and set prefetch rows options (SqlDatabase::setConnectOptions()) ?