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.
我需要在 TDBF 数据库中存储一组单词和字节(以及一些其他数据)(该数据库与 dBase 兼容)。但我不知道这个数据库使用的字段类型的含义。例如,我可以在“Array”类型或“TypedBinary”的文件中存储什么?从哪里可以获得一些 dBase IV 文档?
我意识到 TDBF 使用的常量实际上是在 DB.PAS (borland) 中定义的。TDBF 似乎与 dBase 不太兼容。
更新:由于缺乏文档,我放弃了 TDBF library 。