From: "Daniel Clark" <[EMAIL PROTECTED]>

> I might try having a common PHP function that converts all field names to
> lower case, and call that function with every field name.
> 
> Or call each field by column number, $row[1]  .

Like http://us2.php.net/manual/en/function.array-change-key-case.php ??

> > When Oracle returns the result set, the field names are all in upper
> > case. However, I have an application that needs to work on both MSSQL
> > and Oracle. I don?t want to keep 2 copies. One has upper case field
> > names and the other lower case. How could I make PHP or ADODB to work
> > with lower case field names even the result set is upper case?

---John Holmes...

-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to