sasql_fetch_object

Prototype
array sasql_fetch_object( sasql_result $result  )
Description

Fetches one row from the result set. This row is returned as an array that can be indexed by the column name only.

Parameters

$result   The result resource returned by the sasql_query function.

Returns

An array that represents a row from the result set, or FALSE when no rows are available.

Related functions