PDA

View Full Version : QOCI -fetch MULTIPLE rows instead of a single row at a time?



saven
24th November 2008, 09:37
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?

caduel
24th November 2008, 12:02
Not exactly Qt related, is it?

Why don't you use the Qt api and set prefetch rows options (SqlDatabase::setConnectOptions()) ?