summaryrefslogtreecommitdiff
path: root/docs/misc/Versions.txt
blob: 297734178c1a8595cbb35b275e0c5064ee0e63b0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30




Differences between Dbase III and Dbase IV

    Dbase IV adds field type "F" Float
    Dbase IV adds a more sophisticated DBT memo file, utilizes logic to reclaim disk space on memo field updates
    Dbase IV adds support for MDX multi tag indices
    
    
    
    
Version III Field Types

    C	Char
    N	Numeric
    D	Date
    M	Memo
    L	Logical
    
    
Version IV Field Types

    C	Char
    N	Numeric
    D	Date
    M	Memo
    L	Logical
    F	Float	(Similar to numeric)