Link to home
Start Free TrialLog in
Avatar of iamjhkang
iamjhkang

asked on

Couldn't find installable ISAM...

I tried to put in a code that makes datagrid's work.

but the message popup.
---------------------
Adodc1(title)
Couldn't find installable ISAM.
---------------------

What does that mean?

the original code is as followes.

Private Sub Form_Load()
   
    Adodc1.ConnectionString = "Provider=Microsoft.Jet.OLEDB.3.51; datasource=c:\biblio.mdb"
    Adodc1.CommandType = adCmdTable
    Adodc1.RecordSource = "titles"
   
    Adodc1.Refresh

End Sub

Thank you very much.
ASKER CERTIFIED SOLUTION
Avatar of mihailo
mihailo

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial