PHP.nl

odbc_fetch_object

odbc_fetch_object

Fetch a result row as an object

 **odbc_fetch_object** Odbc\Result $statement  $row

Fetch an from an ODBC query. object

statement odbc.result.object from . odbc_exec

rowOptionally choose which row number to retrieve.

Returns an object that corresponds to the fetched row, or false if there are no more rows.

Opmerking: > This function exists when compiled with DBMaker, IBM DB2 or UnixODBC support.

odbc_fetch_row``odbc_fetch_array``odbc_num_rows