array sasql_fetch_row( sasql_result $result )
Fetches one row from the result set. This row is returned as an array that can be indexed by the column indexes only.
$result The result resource returned by the sasql_query function.
An array that represents a row from the result set, or FALSE when no rows are available.
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |