Is it possible to extract data from SQL tables into an array with VBscript? Everything I've seen online seems to deal with ASP, but I need an automated script that runs nightly against a SQL DB.
A crude example of what I'm trying to do would be reading in all userID's from a SQL table with a status of "1" into an array so the accounts could be created in Active Directory. I would know how to do the AD side, but not sure where to get started on reading data from SQL (I've always written to) or if it's even possible.
=================
There are 10 kinds of people in this world, those that understand binary and those that do not.
A crude example of what I'm trying to do would be reading in all userID's from a SQL table with a status of "1" into an array so the accounts could be created in Active Directory. I would know how to do the AD side, but not sure where to get started on reading data from SQL (I've always written to) or if it's even possible.
=================
There are 10 kinds of people in this world, those that understand binary and those that do not.