a safe way to read fetched rows before fetch call completed ?
Hello,
<br/>
<br/>I've a multithread application that uses
OCIDefineArrayOfStruct() to fetch data into an array. is there a safe way for a thread to process array data before another thread did not complete the fetch call.
<br/>
<br/>If I can do that, I will not have to wait for completion of fetch. For example, If I've an array of 250 rows, I will be able to process row#10 in a thread, while another thread is fecthing row#90 into the array.
<br/>
<br/>thanks in advance...
<br/>
<br/>
<br/>
0