row As Strings
Converts the column values to string values. Any instance that cannot be converted is replaced with a string representing the SQL type in parentheses. For example, SQL type BLOB will be (BLOB).
Return
the values across the columns for the row as strings
Parameters
row Num
the row of the row set to convert