我需要一些有关 dBase 字段类型的信息

发布于 2024-10-16 08:04:34 字数 140 浏览 2 评论 0原文

我需要在 TDBF 数据库中存储单词和字节数组(以及一些其他数据)(该数据库与 dBase 兼容)。但我不知道该数据库正在使用的字段类型的含义。例如,我可以在“Array”类型或“TypedBinary”文件中存储什么? 从哪里可以获得一些 dBase IV 文档?

I need to store an array of words and bytes (and some other data) in a TDBF database (this DB is compatible with dBase). But I don't know the meaning of the field types this DB is using. For example what can I store in a file of 'Array' type or 'TypedBinary'?
From where I can get some dBase IV documentation?

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

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

发布评论

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

评论(1

紫罗兰の梦幻 2024-10-23 08:04:34

我意识到 TDBF 使用的常量实际上是在 DB.PAS (borland) 中定义的。看来TDBF与dBase不太兼容。

更新:由于缺乏文档,我放弃了 TDBF 库。

I realized that the constants used by TDBF are actually defined in DB.PAS (borland). It seems that TDBF is not so compatible with dBase.

Update: Due to lack of documentation I abandoned the TDBF library .

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