array sasql_fetch_assoc( sasql_result $result )
Fetches one row from the result set as an associative array.
$result The result resource returned by the sasql_query function.
An associative array of strings representing the fetched row in the result set, where each key in the array represents the name of one of the result set's columns or FALSE if there are no more rows in resultset.
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |