|
-
Sep 12th, 2001, 04:50 PM
#1
Thread Starter
Addicted Member
NULL problem
Im using SQL server at the backend, and in one of the tables I hv a smalldatetime datatype field- TrainingStartDate.
Many records in the db have this field set to Null
Now, to avoid other problems If I want to check it for NULL values ,I'm unable to do so. Iv tried the following but all conditions return FALSE.
if rs("TrainingStartDate") = Null
if rs("TrainingStartDate") = "Null"
if rs("TrainingStartDate") = vbNull
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|