开发者

I need some info about dBase field types

开发者 https://www.devze.com 2023-02-09 04:20 出处:网络
I need to store an array of words and bytes (a开发者_如何学编程nd 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 us

I need to store an array of words and bytes (a开发者_如何学编程nd 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?


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 .

0

精彩评论

暂无评论...
验证码 换一张
取 消