odbc_fetch_object()
odbc_fetch_object - Fetch a result row as an objectSyntax
object odbc_fetch_object (resource $result, int $rownumber)Arguments
- result - The result resource from odbc_exec().
- rownumber - Optionally choose which row number to retrieve.
