开发者

C#.Net, Get the OLEDB provider version

开发者 https://www.devze.com 2023-03-16 22:52 出处:网络
I need to Identify the Installed OLEDB provider version. before reading an Excel file. H开发者_运维问答ow can I do that?You can use the OleDbEnumerator.GetElements Method . http://msdn.microsoft.com/e

I need to Identify the Installed OLEDB provider version. before reading an Excel file. H开发者_运维问答ow can I do that?


You can use the OleDbEnumerator.GetElements Method . http://msdn.microsoft.com/en-us/library/system.data.oledb.oledbenumerator.getelements.aspx to enumarate the drivers. You ask the versions of them maybe this link helps: http://dotnetref.blogspot.com/2009/04/getting-version-of-oledb-provider.html


Have a look in the registry and see if the Jet OLE DB provider is there

The Path is: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Jet\4.0\Engines

Then you will have

Jet 4.0 Engines Jet 2.0 Jet 3.0 Jet 4.0

0

精彩评论

暂无评论...
验证码 换一张
取 消