How to save SQL Query Results into an Array Variable

  • Does anyone have an example of using an ActiveX Script to query a SQL Database and save the result set into an array variable? Can you save the results into an array variable? Do you have to save the results into a record set? Please provide a simple example.

    Thanks in advance, Kevin

     

  • Have you looked at the ADODB.RecordSet methods GetRows() and GetString()?

    I think this functionality is what you need.  The only question is how do you want to structure your receiving array...

    -Mike Gercevich

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply