Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Array fetches in Version 8?
I have 2 questions:
For example, lets say I have a table t1 in a version 7 database that has 10 rows. I allocate space in my return variables for 100 rows. I then call OCIStmtFetch giving the number of rows at 100. I will get the OCI_NO_DATA and number of rows returned as 0.
If I do the same thing against a version 8 database, I still get OCI_NO_DATA but I get 10 for the number of rows returned. This is what I expected.
Is this a known problem?
Thanks for any help!!
Johnny
Received on Fri Dec 19 1997 - 00:00:00 CST
![]() |
![]() |