Hi everyone:

    I found the problem when retrieve data from table or field which are
mix-case.  I means table or field name like "accommdationType". contain
lower and upper case character.

For example:
Query "select compID from table"
after pg_exec()  --> "select compid from table"

Thus, I got error message said "no attribute **compid***".  the field or
table become lower case.

 Is anyone know how to prevent pg_exec case conversion.  I guess may put
some special character around the field name.

Thank for any help

Vincent Ma



-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to