开发者

Anyone have some sample code to create a OLE DB Provider in C# that can be used by any OLE DB app?

开发者 https://www.devze.com 2023-02-03 14:18 出处:网络
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 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).aspx

I want it to show up in the provider list. Like in Excel.


I think this will help you:

Inside .NET Managed Providers

0

精彩评论

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