Database data types for view forms
When the data types nchar, nvarchar, or ntext are supported, they are used on Unicode servers, and the char, varchar, and text data types are used on non-Unicode servers.
SQL Server data type mappings for view forms
The following data types are supported for view forms based on a Microsoft SQL Server database table:
Microsoft SQL Server data types | AR System field types |
---|---|
nchar,char, varchar | Character (limited length) |
ntext,text | Character (unlimited length) |
int, tinyint, smallint | Integer, Date, Date/Time |
real, float | Real |
decimal | Decimal |
datetime, smalldatetime | Date/Time (default), Date, Time |
image | Attachment field in attachment pool |
Oracle data type mappings for view forms
The following data types are supported for view forms based on an Oracle database table:
Oracle data types | AR System field types |
---|---|
varchar, varchar2, char, nchar | Character (limited length) |
clob | Character (unlimited length) |
number | Integer, Date, Date/Time |
float | Real |
number | Decimal |
date | Date/Time (default), Date, Time |
blob | Attachment field in attachment pool |