check for null boolean

  • Thread starter Thread starter mcnews
  • Start date Start date
M

mcnews

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
 
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

IsMyColumnNull
 
Back
Top