We are going to segregate the data types into several groups. We will first look at fundamental data types, then complex data types.
Data types
Fundamental data types
Fundamental data types are the basic components from which the complex data types are formed. They are grouped into numeric, string, and date/time data types.
Numeric data
Just like other systems, NAV supports several numeric data types. The specifications for each NAV data type are defined for NAV independent of the supporting SQL Server database rules. But some data types are stored and handled somewhat differently from a SQL Server point of view than...