4. Embedded QUEL for Fortran : Fortran Variables and Data Types : Data Type Conversion : Ingres and Fortran Data Type Compatibility
 
Share this page                  
Ingres and Fortran Data Type Compatibility
Ingres Type
Fortran Type
cN
character*N
text(N)
character*N
char(N)
character*N
varchar(N)
character*N
i1
byte
i2
integer*2
i4
integer*4
f4
real*4
f8
real*8
date
character*25
money
real*8