Hi everyone,
I put one ADO data control and one DataGrid control on the form and
following is all the code for the appl.
I am using Access 97 and VB6 on win 98
Private Sub Form_Load()
Adodc1.ConnectionString = "Provider=Microsoft.Jet.OLEDB.3.51;
DataSource=C:\Program Files\Microsoft visual studio\VB98\Biblio.mdb"
Adodc1.CommandType = adCmdTable
Adodc1.RecordSource = "Titles"
Adodc1.Refresh
End Sub
when i run the appl within the vb environment, i get the following
error message---"couldn't find installable ISAM", i checked lot of
documentation on this but was not able to find as to what exactly has
to be done to make the program running. Can anyone tell me as to
exactly which files (names)should be downloaded and from where, and
put them in what directories to make the program running.
Downloaded SP5 for VB6 from microsoft but still did not work.
Can somebody give me the sample code for the [Installable isam]
section in the VB.ini file
Thanks in advance
Sajeev