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 ...
single-dimensional arrays. This week I am going to introduce you to multi-dimensional arrays.
This week I introduce you to VBScript arrays. Arrays are nothing more ...
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 ...