I need to delete a data base table using VBScript
I have it like this so far but still doesn't work, any help is highly appreciated
Set sqlConn=CreateObject("ADODB.Connection")sqlConn.Open"Provider=SQLOLEDB; Data Source=SQL2008-2;Initial Catalog=AR_Import","sa","PASS"
sql.Conn.Execute"DELETE from file4"
sqlConn.Close
set sqlConn=Nothing