Similar to query(), but does not set record counter. Use for manipulation queries (insert, delete, etc.). If record counter is needed for processing, use query().
Fetches a single row from the currently selected result set or the supplied result set (if on is supplied) as an array. Uses both numeric and associative keys.