Oliver Marx writes: > I have a Z SQL object which returns Missing.Value > > How do I preform a check for Missing.Value in python? I would change the database adapter. It should return None rather than "Missing.Value". Dieter