在 Windows Mobile 设备上使用 .NET Compact Framework 读取 .dbf 文件
我想读取 Windows Mobile 5.0
设备(通常基于 Windows CE
的设备)上的 .dbf
文件。
基本上,我需要将 .dbf
文件转换为 .sdf
文件&然后在我的应用程序中使用 .sdf
。
此转换要求的唯一原因是 .dbf
文件的大小。
我不需要 .dbf
文件的所有字段,只需要记录的几个特定字段。
如果需要,我可以使用 C# 或 VB.NET 或任何本地语言。
非常感谢任何帮助。
亲切的问候,
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
Guineu 是一个运行时库,可在 Windows Mobile 上执行 FoxPro 代码,包括访问 DBF 文件。此外,您还可以在桌面上使用它来读取 DBF 文件和写入 SDF 文件。如果您不想使用 FoxPro,也可以从 .NET 访问 Guineu 运行时库。
Guineu is a runtime library that executes FoxPro code on Windows Mobile including accessing DBF files. In addition you can use it on the desktop to read from DBF files and write to SDF files. The Guineu runtime library is accessible from .NET, as well, if you don't want to use FoxPro.
如果您的 DBF 文件采用 FoxPro/dBase/Clipper 格式(可能是),则 CodeBase会为你工作。
If your DBF file is in FoxPro/dBase/Clipper format (it probably is), then CodeBase will work for you.