ISAM ERROR 
Author Message
 ISAM ERROR

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



Thu, 26 Feb 2004 02:45:32 GMT  
 
 [ 1 post ] 

 Relevant Pages 

1. Error 3170: Installable ISAM Error. DAO.Workspace

2. Installable ISAM error 3170

3. ISAM error message

4. Using DAO to link a spreadsheet: ISAM error

5. ODBC ISAM Error ol2000/Navision

6. Windows XP ISAM Error 3170 Problem

7. Installable ISAM error

8. ISAM ERROR, VB.INI FILE

9. ISAM Error??

10. ISAM Error???

11. Can't Find Installable ISAM error.

12. Why ISAM error using Access and unbound ADO controls with sql string connection

 

 
Powered by phpBB® Forum Software