Delete row in specified table corresponding to form data
Syntax
ns_deleterowdbhandle table formdata
Description
ns_deleterow deletes the row encoded as formdata (see Form Data) in the specified database and table. The values specifying the exact row to be deleted are encoded in the form data as RowID.columnname. The dbhandle argument is a database handle (obtained with ns_db gethandle).