Forest index
Gibson Digital Enterprises

A general description of Forest-SQL 1.0 Data Types:
Table Ref check level SQL Ref Description
ch1 CHAR Character String. A string with a maximum length of 255 characters.
vc1 VARCHAR Variable Character String. A string with a maximum length of 255 characters.
tt1 TINYTEXT Tiny Text. A string with a maximum length of 255 characters.
tx1 TEXT Text. A string with a maximum length of 65535 characters.
ti2 TINYINT -128 to 127
pi2 POSINT Positive Integer. 0 to 99999
in2 INT Integer. -2147483648 to 2147483647
fl2 FLOAT A small number with a floating decimal point.
do2 DOUBLE A large number with a floating decimal point.
pd2 POSDOUBLE A large positive number with a floating decimal point.
da3 DATE YYYY-MM-DD.
tm3 TIME HH:MM:SS.