Hi,
I have a .vbs page that I am scheduling to run overnight.
As an .asp page the scripts executes fine. But saved as a .vbs file it throws back an error saying Object Required: 'Server' on this line:
set OrgRst2 = Server.CreateObject("ADODB.Recordset")
Can anyone please explain why it works okay as ASP but not VBS.
Thanks
I have a .vbs page that I am scheduling to run overnight.
As an .asp page the scripts executes fine. But saved as a .vbs file it throws back an error saying Object Required: 'Server' on this line:
set OrgRst2 = Server.CreateObject("ADODB.Recordset")
Can anyone please explain why it works okay as ASP but not VBS.
Thanks