G
Guest
I have a table with a DateTime column. I have a SQLDataAdapter which queries
the table and then fills a TypedDataSet. The DataAdapter has a parameter
value in the DateTime column.
I want to find all the rows with nulls in this DataTime column.
So, I set the ...SelectCommand.Parameters("Name of Parameter").Value =
DBNULL.Value
Even though I am certain there are rows with nulls in these columns, the
query returns no rows.
Is there a special way to look for nulls in DateTime columns?
Michael
the table and then fills a TypedDataSet. The DataAdapter has a parameter
value in the DateTime column.
I want to find all the rows with nulls in this DataTime column.
So, I set the ...SelectCommand.Parameters("Name of Parameter").Value =
DBNULL.Value
Even though I am certain there are rows with nulls in these columns, the
query returns no rows.
Is there a special way to look for nulls in DateTime columns?
Michael