M
madfisher
Hi,
I'm trying to set a conection string for my Access DB and I want to use
a DSN.
This is what I'm using:
this.oleDbConn.ConnectionString =
@"DSN=wedding;Uid=Admin;Pwd=;Provider=""Microsoft.Jet.OLEDB.4.0""";
However this is not working and I'm getting the following error.
System.Data.OleDb.OleDbException: Could not find installable ISAM.
Any help would be appreciated.
Marc
I'm trying to set a conection string for my Access DB and I want to use
a DSN.
This is what I'm using:
this.oleDbConn.ConnectionString =
@"DSN=wedding;Uid=Admin;Pwd=;Provider=""Microsoft.Jet.OLEDB.4.0""";
However this is not working and I'm getting the following error.
System.Data.OleDb.OleDbException: Could not find installable ISAM.
Any help would be appreciated.
Marc