7. Embedded QUEL for Pascal : Pascal Variables and Data Types : Data Type Conversion : Ingres and Pascal Data Type Compatibility
 
Share this page                  
Ingres and Pascal Data Type Compatibility
Ingres Type
Pascal Type
c(N), char(N)
packed array[1..N] of char
c(N), char(N)
varying[N] of char
text(N), varchar(N)
packed array[1..N] of char
text(N), varchar(N)
varying[N] of char
i1, integer1
[byte] -128..127
i2, smallint
[word] -32768..32767
i4, integer4
integer
f4, float4
real
f4, float4
single
f8, float8
double
date
packed array[1..25] of char
money
double