
Why ISAM error using Access and unbound ADO controls with sql string connection
I wrote a vb 6 program with unbound controls and am using ADO to connect to
an Access database recordset. When I click my "First" to point to the first
record in the database, or "Last" or and database pointer control for that
matter, I get an error "Cannot find installable ISAM."
I though ISAM drivers are for other than Access database connections. I've
set a reference to the MSADO recordset library.
Can anyone explain why I might be getting this "ISAM" error or how to
trouble shoot this error. I'm connecting to the database using a sql
connection string.