Gets the next row from a query result.
Returns one row of data from the query result associated with the current connection. Use this method to retrieve results from a query that returns data. Such queries include a SELECT statement and a stored procedure.
This function block is based on the CwDBConnection.nextRow() method. For more information, see nextRow().