So this is what I am trying to do. This code needs to run using Windows Scripting Host so I believe it can be either VBScript of JScript. I am more familiar with VB, so thats what I use. I am not sure ...
Well, the easy way would be to call the ADO Recordset.GetRows() method, which returns its contents as (yes, you guessed it) a 2D array. More importantly, what are you trying to achieve with this? You ...
In my last two articles, I discussed how to read and write to files using Visual Basic Scripting Edition (VBScript). This week we discuss how to declare and use variables, constants and strings. In ...