That's what I've been looking for
code:
;Object Creation
$objFSO = CreateObject("Scripting.FileSystemObject")
$objSoftware = CreateObject("ADODB.RecordSET")
$rs_Legacy = CreateObject("ADODB.RecordSET")
$rs_HotFixes = CreateObject("ADODB.RecordSET")

You might wan to take a look at the UDF Forum under DBCommand() - Executes a SQL statement and returns a recordset if applicable and the other database UDfs that have been placed there.

[ 24. July 2003, 20:04: Message edited by: sealeopard ]
_________________________
There are two types of vessels, submarines and targets.