开发者

Creating a custom ODBC / OLE driver in C#

开发者 https://www.devze.com 2023-01-05 01:20 出处:网络
Does anyone know how to create an ODBC or OLE driver preferably in C#? What I want to do is creating a custom data source which I can use in Excel and Access. 开发者_如何学JAVAOr do think of another

Does anyone know how to create an ODBC or OLE driver preferably in C#?

What I want to do is creating a custom data source which I can use in Excel and Access. 开发者_如何学JAVAOr do think of another way how to do this?

Thanks in advance for your responses!


There is a simplified version of OLE DB Driver in C#. In the article below, the sample provides an access to in-memory array.

This is a good starting point in C#.

http://exceldevelopmentplatform.blogspot.com/2018/10/oledb-simple-provider-c-custom.html

0

精彩评论

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