如何使用 OLE-DB 访问 COM/C++ 中的 dbf 文件 ATL应用程序?
如何在 COM/C++ 应用程序(通过 ATL 创建)中访问 dbf 文件中包含的数据?
How to access the data contained in a dbf file in COM/C++ application (created via ATL)?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我会使用 ADO; 这是迄今为止最快的方法,即使是处理 COM 方面的问题也是如此。 从此处开始。 这比滚动您自己的 Consumer 实现要容易得多,除非您确实需要 OLEDB 直接提供的较低级别的访问权限。
I would use ADO; it's by far the quickest way to get going, even with dealing with the COM aspects of it. Start here. It's much easier than rolling your own Consumer implementation, unless you really need to lower-level access that doing OLEDB directly provides.