<% Set db = Server.CreateObject("ADODB.Connection") db.Open Application("VMGN_ConnectionString") db.Execute("DROP TABLE UserLog") %>