excel - C#.Net, Get the OLEDB provider version -


i need identify installed oledb provider version. before reading excel file. how can that?

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


Comments

Popular posts from this blog

c++ - Is it possible to compile a VST on linux? -

java - Output of Eclipse is rubbish -

jquery - Confused with JSON data and normal data in Django ajax request -