"Could Not Find Installable ISAM" on some PCs

GreenVicted

Member
Joined
Nov 18, 2010
Messages
6
Programming Experience
1-3
Here is my connection string. Oddly enough it works fine for me,i'm using Access 2007 , but on the other programmer's PC i get "Could Not Find Installable ISAM" besides that if the other programmer uses the connection wizard (which generates the same connection string) the error does not show anymore!!


Here is my connection string:

VB.NET:
Public Shared IniConnString As String = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=...source;Mode=ReadWrite;Persist Security Info=False;Jet OLEDB:DataBase Password=Pass;"


Anybody has an idea?
 
Last edited:
Back
Top