To clear everything in there, I use the following:
UPDATE ServerPorts
SET AcctStatusType=2
To clear users on a specific device, do something like the following:
SELECT * FROM Servers /* find out what device is what */
UPDATE ServerPorts
SET AcctStatusType=2
WHERE ServerID = 5 /* specific device */
Josh
For more information about this list (including removal) go to:
http://www.iea-software.com/support/maillists/liststart