6. Embedded QUEL for BASIC : BASIC Variables and Data Types : Data Type Conversion : Ingres Data Types and Corresponding BASIC Types
 
Share this page                  
Ingres Data Types and Corresponding BASIC Types
Ingres Type
BASIC Type
c(N), char(N)
string  (dynamic)
c(N), char(N)
string  (static with length clause of N)
text(N), varchar(N)
string  (dynamic)
text(N), varchar(N)
string  (static with length clause of N)
i1, integer1
integer byte
i2, integer2
integer word
i4, integer4
integer long
f4, float4
real single
f8, float8
real double
date
string  (dynamic)
date
string  (static with length clause of 25)
money
real double