How do I enumerate installed OleDb providers for current processor architecture?
- by Rowland Shaw
I've a project that connects to a dBase format database file, that I've always done in the past with a connection string of the form of:
PROVIDER=Microsoft.Jet.OLEDB.4.0;Data Source=MyData.dbf;Extended Properties=dBASE 5.0
I've had to revisit this recently, and have found that when attempting to create an OleDbConnection with that connection…