R
Rod
Newby question: I want to load the complete results of a query into an array
using the GetRows method:
Set myArray = mySQL.GetRows(myNumrows)
In the simplest instance, mySQL = "SELECT * FROM MyTable".
How do I set mySQL and how do I set myNumrows to be the full recordset?
using the GetRows method:
Set myArray = mySQL.GetRows(myNumrows)
In the simplest instance, mySQL = "SELECT * FROM MyTable".
How do I set mySQL and how do I set myNumrows to be the full recordset?