PHP4 and Oracle ==> empty calls

admin

Administrator
Staff member
Hi,

I'm running PHP4 and compiled Oracle and OCI8 in it.

I have no problems running ora_ calls, but any time i use oci_ calls
i can't fetch string type data in my arrays. The array element is
always empty.

For instance, if i would get 'SELECT * FROM ALL_ALL_TABLES', i get an array with empty elements except for the numeric elements, which are filled in correctly.

Does this have anything to do with data representation / character representation / NLS / ...? What can i do about it?

tia,
Sebastien.
 
Back
Top