Writing to a SQL/Access DB is very straight-forward, actually it's plug-and-play. Plug the DBCommand() UDF into your script and play DB Guru. Flowchart:
code:
Collect hardware data
SELECT computer FROM database
IF computer
UPDATE database SET computer hardware data
ELSE
INSERT INTO database VALUES(computer hardware data)
ENDIF



[ 18. July 2003, 15:14: Message edited by: sealeopard ]
_________________________
There are two types of vessels, submarines and targets.