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]  .


> 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?




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

Reply via email to