Re: [PHP] PHP Oracle 8 Functions Efficiency Problem

2002-06-29 Thread Thies C. Arntzen
On Thu, Jun 27, 2002 at 11:09:23AM -0600, notoriousvic_ca wrote: > I have an HTML form which allows users to query data in an Oracle 8 > Database. Usualy a search may return over 100 records so I diplay 10 > records per page. I would like to make the search more efficient by > using the OCISetPre

[PHP] PHP Oracle 8 Functions Efficiency Problem

2002-06-27 Thread notoriousvic_ca
I have an HTML form which allows users to query data in an Oracle 8 Database. Usualy a search may return over 100 records so I diplay 10 records per page. I would like to make the search more efficient by using the OCISetPrefetch to prefetch the first 10 records. This works great for the first pa