I have a script that opens my database and collects infromation, but I havent been able to figure out how to send that information. Here is the code I have so far:
___________________________________________________________________
Local $oRS
Local $oConn
Local $oProviderGroupID
$oConn = ObjCreate ("ADODB.Connection")
$oRS = ObjCreate ("ADODB.Recordset")
$oConn.Open ("Provider=SQLOLEDB.1;Integrated Security=SSPI;Persist Security Info=False;User ID=user;Data Source=datasource")
$oProvid