$result
The result resource returned by the sasql_query function.
$result_type
This optional parameter is a constant indicating what type of array should be produced from the current row data. The
possible values for this parameter are the constants SASQL_ASSOC, SASQL_NUM, or SASQL_BOTH. It defaults to SASQL_BOTH.
By using the SASQL_ASSOC constant this function will behave identically to the sasql_fetch_assoc function, while SASQL_NUM
will behave identically to the sasql_fetch_row function. The final option SASQL_BOTH will create a single array with the attributes
of both.