Set Field as Null

Set Field as Null

Comments

  • [color=rgb(0, 0, 0)][font=Calibri, sans-serif]How do you set a type int as null? We have a data structure field that we set to nullable, but it still comes out as 0 when no value is assigned.
    [/font][/color]

  • More than likely there was an issue when the data structure recompiled after making the change to allow null.

    Try restarting the instance to recompile all of the structures!

Sign In or Register to comment.