is it possible to connect to a database using vbscript only, without using ASP?
I am trying to write a little script to export data from an SQL server, but the locations I'm going to run it on won't necessarily have ASP so the usual way of connecting (Server.CreateObject ...) won't be possible, since Server is an ASP object
I am trying to write a little script to export data from an SQL server, but the locations I'm going to run it on won't necessarily have ASP so the usual way of connecting (Server.CreateObject ...) won't be possible, since Server is an ASP object
