问题
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?
回答1:
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 .
来源:https://stackoverflow.com/questions/4920159/i-need-some-info-about-dbase-field-types