Anyone have some sample code to create a OLE DB Provider in C# that can be used by any OLE DB app?
I have a custom database that I want to write an OLE DB provider for but I was hoping to do it in C#.
I found these 2 sites b开发者_如何学Gout all examples are in C.
http://msdn.microsoft.com/en-us/library/ms715920(v=VS.85).aspx http://msdn.microsoft.com/en-us/library/ms713643(v=VS.85).aspxI want it to show up in the provider list. Like in Excel.
I think this will help you:
Inside .NET Managed Providers
精彩评论