在 Windows Mobile 设备上使用 .NET Compact Framework 读取 .dbf 文件

发布于 2024-10-15 01:27:43 字数 365 浏览 1 评论 0 原文

我想读取 Windows Mobile 5.0 设备(通常基于 Windows CE 的设备)上的 .dbf 文件。

基本上,我需要将 .dbf 文件转换为 .sdf 文件&然后在我的应用程序中使用 .sdf
此转换要求的唯一原因是 .dbf 文件的大小。
我不需要 .dbf 文件的所有字段,只需要记录的几个特定字段。

如果需要,我可以使用 C# 或 VB.NET 或任何本地语言。

非常感谢任何帮助。

亲切的问候,

I want to read .dbf file on Windows Mobile 5.0 device (Windows CE based devices in general).

Basically, I need to convert .dbf file to .sdf file & then use .sdf in my application.
The only reason for this conversion requirement is the size of the .dbf file.
I don't need all the fields of .dbf file but only a few specific fields of the records.

I can use C# orVB.NET or any native language if that is required.

Any help is much appreciated.

Kind Regards,

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

↙厌世 2024-10-22 01:27:43

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.

这个俗人 2024-10-22 01:27:43

如果您的 DBF 文件采用 FoxPro/dBase/Clipper 格式(可能是),则 CodeBase会为你工作。

If your DBF file is in FoxPro/dBase/Clipper format (it probably is), then CodeBase will work for you.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文