i have a database, and all i need to do is check if the current record item is Null using a simple little if statement.
so its something like this
If rec("fieldname") = NULL then
response.write("some testing code")
End If
and sure, this is simple on concept, lol, but it won't seem to work. so, the question is can i check for NULL in this situtation. (Keep in mind i come from a advanced SQL background so i do know for a fact that the current record is NULL and there is other testing in place that makes sure this code will display correctly if it actually meets the critieria)
--there are 10 types of people in this world. those who know binary, and those who don't.--
so its something like this
If rec("fieldname") = NULL then
response.write("some testing code")
End If
and sure, this is simple on concept, lol, but it won't seem to work. so, the question is can i check for NULL in this situtation. (Keep in mind i come from a advanced SQL background so i do know for a fact that the current record is NULL and there is other testing in place that makes sure this code will display correctly if it actually meets the critieria)
--there are 10 types of people in this world. those who know binary, and those who don't.--