R
rcolby
Hi all,
I'm experiecing a problem with dates being returned from SQL 2000 Database.
I retrieve the last updated field (Date) from a sql 2000 and then compare
the returned date with another record I'm checking against, to see if they
are the same or if the returned value is nothing, checking to see if the
date are the same works if not nothing. I have tried the following:
Dim datDate As Date = Nothing
If dteSQLUpdate = datDate Then
-----
If dteSQLUpdate = nothing
Thanks
Richard
I'm experiecing a problem with dates being returned from SQL 2000 Database.
I retrieve the last updated field (Date) from a sql 2000 and then compare
the returned date with another record I'm checking against, to see if they
are the same or if the returned value is nothing, checking to see if the
date are the same works if not nothing. I have tried the following:
Dim datDate As Date = Nothing
If dteSQLUpdate = datDate Then
-----
If dteSQLUpdate = nothing
Thanks
Richard