Data Archive 
			
			- Data Archive 6.5
 - All Products
 
           
      	
            
	
      Archive Datatype 
				  | Description 
				  | 
|---|---|
 BLOB 
				  | Use for a large collection of binary data. 
				  | 
CLOB 
				  | Use for a large collection of character data. 
				  | 
CHAR 
				  |  Use for character data with a maximum length of 32768 characters. Use the Length Multiplier options to increase length. 
				  | 
DATE 
				  |  Use for dates from January 1, 0001 A.D. through December 31, 9999 A.D. 
				   Valid range from 0001-01-01 to 9999-21-31 
				    | 
DECIMAL 
				  |  Use for numbers with decimals. Precision 1 to 120 digits, scale 0-75 digits. 
				  | 
DOUBLE PRECISION 
				  | Use for numbers with decimals from -9.99999999999999 E+123 through 9.99999999999999 E+123. 
				  | 
FLOAT 
				  | Use for numbers with decimals. 
				   For Float(53), values from -9.99999999999999 E+123 through 9.99999999999999 E+123. 
				   For Float(21), valid range -9.99999 E+123 through 9.99999 E+123. 
				    | 
INTEGER 
				  | Use for whole numbers. Valid range -2,147,483,647 through 2,147,483,647. 
				  | 
REAL 
				  |  Use for numbers with decimals. Valid range -9.99999 E+123 through 9.99999 E+123. 
				  | 
SMALLINT 
				  | Use for whole numbers. Valid range -32,767 through 32,767. 
				  | 
TIME 
				  |  Use when time data has the following format: HH-MM-SS-NNNN. 
				   Valid range 00:00:00 to 23:59:59 
				    | 
TIMESTAMP 
				  | Use when timestamp data has date and time in the following format: yyyy-mm-dd-HH-MM-SS-NNNN. 
				   Valid range 0001-01-01-00.00.00.000000000001 to 9999-12-31-23.59.59.999999999999 
				    | 
VARCHAR 
				  | Use for values with number and characters and with a maximum length of 32,768 characters. Use the Length Multiplier options to increase length. 
				  |