Discussion:
check for null boolean
(too old to reply)
mcnews
2012-03-10 18:29:29 UTC
Permalink
none of the usual checks seem to work. how can i check for a null data column? for example this throws an exception:

If Not IsDBNull(_comment.PrivateComment) Then

tia,
mcnewsxp
mcnews
2012-03-13 12:13:08 UTC
Permalink
Post by mcnews
If Not IsDBNull(_comment.PrivateComment) Then
tia,
mcnewsxp
IsMyColumnNull

Loading...