Subject: Can't find ISAM file
Posted By: GigaBear Post Date: 8/18/2006 7:33:57 AM
I want to check if a record exists in a Access database. When I try to open a connection I get an error message (Could not find installable ISAM file). I could use some help here.

The code:

 Dim conUser As Data.OleDb.OleDbConnection

 Dim cmdKiesGebruiker As Data.OleDb.OleDbCommand

 Dim dtrGegevens As Data.OleDb.OleDbDataReader

 conUser = New Data.OleDb.OleDbConnection("Provider=Microsoft.Jet.OLEDB.4.0;" & "DataSource=" & Server.MapPath("~/App_Data/Algemeen.mdb"))
            
 conUser.Open()




Go to topic 47883

Return to index page 200
Return to index page 199
Return to index page 198
Return to index page 197
Return to index page 196
Return to index page 195
Return to index page 194
Return to index page 193
Return to index page 192
Return to index page 191