Script worksheet 1 contains a script that gets all rows and columns from a table. For this sample to work with your database and table, the tablename in the query needs to updated to valid one for your DB, and your connection string needs to updated with valid information for your DB.
This script mostly utilizes the ADO.RecordSet object.
Data is returned in a matrix ordered by column,row, as opposed to row,column. This can be rather counter-intuitive, but is simple enough to work with.