object sasql_fetch_object( sasql_result $result )
Fetches one row from the result set as an object.
$result The result resource returned by the sasql_query function.
An object representing the fetched row in the result set where each property name matches one of the result set column names, or FALSE if there are no more rows in result set.
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |