Package: php5-odbc
Version: 5.2.5-3+lenny2

When I use AS keyword in a select, the alias don't work in result.

for exemple
when I do "select firstname, lastname as name from person"

odbc_result_all give :
*firstname*     *lastname  *
xxxx    yyyy


instead of **
*firstname*     *name*
xxxx    yyyy

**






Reply via email to