I have read Michael Aivaliotis's pdf document over at lavausergroup.com,
but his only example is for a command.
I want to retrieve data with a simple command like SELECT * from authors.
I have done this sort of thing before with Microsoft Access, and it's worked.
Also, I have read Microsoft's ADO document.
In the attached file, the returned RecordCount should be 7, but it is -1.
Any idea what is wrong?