test sql-svr datetime for validity

  • Thread starter Thread starter John A Grandy
  • Start date Start date
J

John A Grandy

when extracting "datetime" type fields from ms-sql-svr, what is the best
method in vb.net to test for invalid values? i am assuming that the only
possible invalid value is DBNull.Value ...... correct ?
 
If you have a DateTime Field or SmallDateTime field, then you will either
have a valid date or a Null
 
Back
Top