ANSI NULL default: Here you can specify whether the database default NULL settings for column definitions and user-defined data types are to be applied. When you select this option, all user-defined data types or columns that have not been explicitly defined as NOT NULL are set to allow NULL entries. Columns that have been defined with constraints follow the constraint rules, regardless of this setting.
Comments
I olså need to be able to insert a record within NAV and allow some fields to set to NULL.
John Reinhold
RIS Plus, LLC
If you filter on a field that allows NULL.
If you filter on blank
setrange(MyField,'');
What do you expect to get?
Same applies to option or any other datatypes.
Independent Consultant/Developer
blog: https://dynamicsuser.net/nav/b/ara3n
One reason is the compatibility to the old native database engine