Hi,
I'm trying to set a field to null using the following:
score.SetNewFieldValue(CType(ScoreFieldIndex.SpecialScoreIdent, Integer), Nothing)
SaveEntity(score)
Now the actual value has not changed. In the db it is a null, the entity value is 0 (which is the default null value, 0 does not exist in the pk table). When I do the update it baulks because 0 is not in the specialScore table.
Any ideas?
Fishy