Hi,
I need to do a vbscript or a VB that connect to a database, execute a sql statement and send the output to a file. I have the done something so far, but I can't finish it. Can someone help me?
Dim cmd
Dim rs
Dim params
Dim param
Dim ArgObj, sunumber
Set ArgObj = WScript.Arguments
set...