I am getting a recordset fra a database... and one field is allowed to be null.... but the iterator fails trying to assign this to a string... is that logical?
I would like to be able to fetch the recordset, and the evaluate if the field is null or not, and the depending on that evaluation, decide what to do...
The ADO Execute SQL and ADO Execute Stored Proc have an output option to replace NULL with a text representation in the results (default is "", perhaps add that same option to the ADO Dataset Iterator?