Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何在 COM/C++ 应用程序(通过 ATL 创建)中访问 dbf 文件中包含的数据?
我会使用 ADO;这是迄今为止最快的方法,即使处理它的 COM 方面也是如此。从这里开始。这比滚动您自己的 Consumer 实现要容易得多,除非您确实需要执行 OLEDB 直接提供的较低级别的访问。