I'm using OCIFetchInto to return an array of fields. My problem is that this only return uppercase array entrys. Is there some way I can change that?
Uppercase with Oracle
2 years later
I'm using OCIFetchInto to return an array of fields. My problem is that this only return uppercase array entrys. Is there some way I can change that?
No, because Oracle returns all field names in uppercase. Why do you require changing the case? How about writing a quick hack to change the case of the keys?