here's the lowdown
I've got a vbs script that I'm using to pull information from a SQL database, and I want to send it out as an email. I'm already doing the same thing in ASP, but now Id like to use the same code in my vbs script. Is it possible? I hate the idea of having the same code in two places or worse, having a vbs script with 500 lines of code...
Start Free Trial