Return row corresponding to specified key/value pairs
ns_findrowbyid dbhandle table rowidset
ns_findrowbyid returns the row, in the form of a complete set of key/value pairs, in the specified database and table for the row that is uniquely identified by the key/value pairs in the rowidset. The dbhandle argument is a database handle (obtained with ns_db gethandle). The keys are column names and the values are column values.