Ns_Set *Ns_DbBindRow ( Ns_DbHandle *handle );
The Ns_DbBindRow function returns an Ns_Set structure whose key names are the column names of rows to be returned by the SQL command previously-executed by Ns_DbExec. If the SQL command does not return rows (i.e., the Ns_DbExec function did not return NS_ROWS), NS_ERROR is returned.