Update row in specified table using form data
ns_updaterow dbhandle table formdata
ns_updaterow updates the row encoded as formdata (see page 55) in the specified database and table. The values specifying the exact row to be updated are encoded in the form data as RowID.columnname. The dbhandle argument is a database handle (obtained with ns_db gethandle).