1

I am trying to connect DSN from my VB 2008 project. When i try using

myoledb.connectionstring="DSN=myDNSname" I get the following error message

An OLEDB provider was not specified in the connectionstring.

Prajwal
  • 298
  • 1
  • 7
  • 18
  • Try This `Provider=Microsoft.Jet.OLEDB.4.0;DSN=myDNSname` – Himal Mar 18 '12 at 13:28
  • @Himal I tried Microsoft.Jet.OLEDB.4.0 as provider but it told me Could not Find Installable ISAM – Prajwal Mar 19 '12 at 01:52
  • _If you use more than 1 extended property then the value tokens must be quoted_ . Found [Here](http://stackoverflow.com/a/8121013/1189040) – Himal Mar 19 '12 at 05:48
  • @Prajwal can you please help me in solving this issue. I'm also getting the same problem – user270014 May 13 '12 at 04:15