On 9/20/2017 6:30 AM, Akshat Kapoor wrote: >> This is incorrect. There is an application-wide setting: >> >> set autonullfields off // means don't use nulls >> set autonullfields onĀ // means use nulls >> >> queryname.rowset.autoNullFields := false // turn off null fields for a >> specific rowset object >> > > This works. I just checked it. > > Maybe I was over cautious in assigning values to each and every field > after beginappend() > > As null plays havoc with coding and have seen multiple cases on the > newsgroup due to this
Well, you're doing more work than needed, honestly. The autoNullFields
setting works perfectly ...