Difference between revisions of "SDK Appendix A"

From Recital Documentation Wiki
Jump to: navigation, search
 
 
Line 1: Line 1:
 
The following data structure is for the "example.dbf" table which is used in some of the examples.
 
The following data structure is for the "example.dbf" table which is used in some of the examples.
 +
  
 
{| class="wikitable"
 
{| class="wikitable"

Latest revision as of 16:04, 26 March 2009

The following data structure is for the "example.dbf" table which is used in some of the examples.


FIELD FIELD NAME TYPE WIDTH DEC
1 BLOB Memo 4
2 BYTE Byte 3
3 CHAR Character 20
4 DATE Date 8
5 FLOAT Float 10 2
6 INT Integer 5
7 LOGICAL Logical 1
8 NUMBER Number 10 2
9 MEMO Memo 4
10 REAL Real 10 2
11 WORD Short 10 2
12 ZONED Zoned 10 2