Support the assignment of *SqlNull
Member of PRIM_STR (PRIM_STR)
Data Type - Boolean
AllowSqlNull determines whether the component supports the assignment of an SQLNull. If False, SQLnull will be handled as a LANSA null. For a string this will be an empty string.
AllowSQLNull can be specified when the instance is defined or at run time.
Define_Com Class(#Prim_Str) Name(#String) AllowSQLNull(True)
Febuary 18 V14SP2