RE: [PHP] Oracle 8 functions

2004-05-05 Thread Fidencio Monroy
Thanks, i catch the prob, after ociparse(), using ocifetchinto, the indexes in the array are generated as UPPERCASE... -Original Message- From: Fidencio Monroy [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 05, 2004 2:08 PM To: (PHP General List) Subject: [PHP] Oracle 8 functions Hi, im

[PHP] Oracle 8 functions

2004-05-05 Thread Fidencio Monroy
Hi, im trying to use ora8 functions, and i have some trouble, the documentation is a reference not a guide, so probably im skipping some steps. to connect ocilogon() is used, and the connection establishes, this is verified checking the resurce returned. then i do an ociparse() with a select st

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