•
•
•
•
What is DaniWeb IT Discussion Community?
You're currently browsing the Visual Basic 4 / 5 / 6 section within the Software Development category of DaniWeb, a massive community of 423,511 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 4,705 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Please support our Visual Basic 4 / 5 / 6 advertiser: Programming Forums
Views: 1408 | Replies: 0
![]() |
When I am trying to connect to a MS Access database to display a data report, I am getting a dialog-box pop-up showing the different parameters for the connection string. Clicking on either the 'OK' or 'Cancel' buttons gives a "Couldn't find Installable ISAM" error.
The database is not password protected. Other projects in the same machine, which uses the same code for connecting (except the filename), are working perfectly.
Why am I getting the pop-up and the error ? Searching through MSDN & KB articles suggested some incompatible MSVBVM60.dll problems. But in that case, none of the other projects should be running also.
Here's the Code for connection:
The error is occurring at the DEnv.Conn.Open line
The database is not password protected. Other projects in the same machine, which uses the same code for connecting (except the filename), are working perfectly.
Why am I getting the pop-up and the error ? Searching through MSDN & KB articles suggested some incompatible MSVBVM60.dll problems. But in that case, none of the other projects should be running also.
Here's the Code for connection:
If DEnv.Conn.State = adStateOpen Then
DEnv.Conn.Close
End If
DEnv.Conn.ConnectionString = "Provider=MSDataShape.1;" & _
"Persist Security Info=False;" & _
"Data Source=" & mFileName & ";" & _
"Data Provider=Microsoft.Jet.OLEDB.4.0"
DEnv.Conn.Open![]() |
•
•
•
•
•
•
•
•
DaniWeb Visual Basic 4 / 5 / 6 Marketplace
•
•
•
•
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
Similar Threads
- error (Visual Basic 4 / 5 / 6)
- Could Not Find Installable ISAM (Visual Basic 4 / 5 / 6)
- Retriving data from excel sheet into an asp page (ASP)
- Could not find installable ISAM !!!!!! (ASP.NET)
- Pls Help vb $ excell “Couldn't find installable ISAM� error. (Community Introductions)
- Pls Help vb $ excell “Couldn't find installable ISAM� error. (Community Introductions)
- Couldn't find installable ISAM. (Visual Basic 4 / 5 / 6)
- IE "can not find the search page" (Web Browsers)
- MySQL - ASP.NET - Issues.... (VB.NET)
Other Threads in the Visual Basic 4 / 5 / 6 Forum
- Previous Thread: change which form to start with
- Next Thread: DLL in C For Vbasic


Linear Mode