Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: OCI and refetching rows

Re: OCI and refetching rows

From: mark tomlinson <micro_at_work.org>
Date: Thu, 28 Jan 1999 00:24:55 GMT
Message-ID: <36afadde.9850883@newshost.us.oracle.com>


Since the server only supports forward scrolling cursors, this is pretty much the best way to do it. If possible you might consider building a cache of the data when ou fetch it (if you are not expecting it to change) and then pull subsequent queries for this data from that cache.
You can also use a product such as Oracle Objects for OLE, which will do this for you... Received on Wed Jan 27 1999 - 18:24:55 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US