Hi,
How can I return a Null or "0" into a edittext box with ExecQuerySingleResult, I get a error with this code.
lblr.Text = SQL1.ExecQuerySingleResult("select date from table where date = '30-08'")
The textbox will return a value when the Query result can match a value.
I would like to display a zero or blank in the textbox when No matching result was found.
Thanks for any help.
How can I return a Null or "0" into a edittext box with ExecQuerySingleResult, I get a error with this code.
lblr.Text = SQL1.ExecQuerySingleResult("select date from table where date = '30-08'")
The textbox will return a value when the Query result can match a value.
I would like to display a zero or blank in the textbox when No matching result was found.
Thanks for any help.