Click here to Skip to main content
15,914,222 members
Home / Discussions / Visual Basic
   

Visual Basic

 
Questionhow to convert a NULL smalldatetime in sql query? Pin
Lisana21-Mar-05 2:42
Lisana21-Mar-05 2:42 
AnswerRe: how to convert a NULL smalldatetime in sql query? Pin
Colin Angus Mackay21-Mar-05 3:44
Colin Angus Mackay21-Mar-05 3:44 
GeneralRe: how to convert a NULL smalldatetime in sql query? Pin
Lisana21-Mar-05 4:12
Lisana21-Mar-05 4:12 
GeneralRe: how to convert a NULL smalldatetime in sql query? Pin
Colin Angus Mackay21-Mar-05 4:32
Colin Angus Mackay21-Mar-05 4:32 
GeneralRe: how to convert a NULL smalldatetime in sql query? Pin
Lisana21-Mar-05 4:46
Lisana21-Mar-05 4:46 
GeneralRe: how to convert a NULL smalldatetime in sql query? Pin
Colin Angus Mackay21-Mar-05 4:53
Colin Angus Mackay21-Mar-05 4:53 
GeneralRe: how to convert a NULL smalldatetime in sql query? Pin
Lisana21-Mar-05 5:43
Lisana21-Mar-05 5:43 
GeneralRe: how to convert a NULL smalldatetime in sql query? Pin
mtone21-Mar-05 9:24
mtone21-Mar-05 9:24 
Try



orderDate = IIf(IsDBNull(DR.GetDateTime(0)),"",DR.GetDateTime(0))


IIF(expression,Truepart,falsePart)
GeneralRe: how to convert a NULL smalldatetime in sql query? Pin
Lisana21-Mar-05 9:52
Lisana21-Mar-05 9:52 
GeneralRe: how to convert a NULL smalldatetime in sql query? Pin
mtone21-Mar-05 13:48
mtone21-Mar-05 13:48 
GeneralVB.Net creating a wizard Pin
john3420-Mar-05 22:21
john3420-Mar-05 22:21 
Generaloops forgot Pin
Anonymous20-Mar-05 22:24
Anonymous20-Mar-05 22:24 
GeneralRe: oops forgot Pin
Dave Kreskowiak21-Mar-05 1:59
mveDave Kreskowiak21-Mar-05 1:59 
GeneralYES Thats It BUT HOW ??? Pin
Anonymous7-Apr-05 4:56
Anonymous7-Apr-05 4:56 
GeneralAdjusting the length of scrollbar using VB.Net Pin
kerene20-Mar-05 17:00
kerene20-Mar-05 17:00 
GeneralRe: Adjusting the length of scrollbar using VB.Net Pin
Dave Kreskowiak20-Mar-05 17:24
mveDave Kreskowiak20-Mar-05 17:24 
Generalvb and pdfs Pin
evilfruitman20-Mar-05 15:38
evilfruitman20-Mar-05 15:38 
GeneralRe: vb and pdfs Pin
Christian Graus20-Mar-05 15:58
protectorChristian Graus20-Mar-05 15:58 
GeneralRe: vb and pdfs Pin
Tony2220-Mar-05 17:25
Tony2220-Mar-05 17:25 
GeneralRe: vb and pdfs Pin
Christian Graus20-Mar-05 17:34
protectorChristian Graus20-Mar-05 17:34 
Questionchang the shape of vb6 form? Pin
a_yosef20-Mar-05 6:54
a_yosef20-Mar-05 6:54 
AnswerRe: chang the shape of vb6 form? Pin
rwestgraham20-Mar-05 12:28
rwestgraham20-Mar-05 12:28 
Generalcheck for valid email ID Pin
OnlyMahesh20-Mar-05 5:30
OnlyMahesh20-Mar-05 5:30 
GeneralRe: check for valid email ID Pin
Colin Angus Mackay20-Mar-05 14:32
Colin Angus Mackay20-Mar-05 14:32 
QuestionScaling images in VB6 Picture Boxes? Pin
MoonSong20-Mar-05 4:39
MoonSong20-Mar-05 4:39 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.