Name
ns_deleterow -- Delete row in specified table
corresponding to form data
Syntax
ns_deleterow
dbhandle table formdata
Description
ns_deleterow deletes the row encoded
as formdata (see page 32) 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).