|
Posted by Mladen Gogala on 04/10/06 09:43
On Sun, 09 Apr 2006 13:42:34 -0700, seajay wrote:
> hello,
>
> Try to place the name of the field you are trying to get such as
> $val = oci_result($stmt,"fruit_name");
>
> You can also check the following page for more details
> http://www.php.net/manual/en/function.oci-fetch-array.php
That will work. Also, oci_result starts counting columns with 1, not with
0. I responded to this on comp.databases.oracle.server.
--
http://www.mgogala.com
[Back to original message]
|