Click here to Skip to main content
15,908,264 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: DBNull... why doesn't this work?!?!?!! ( IIF ) Pin
nlarson1126-Jul-09 16:24
nlarson1126-Jul-09 16:24 
GeneralRe: DBNull... why doesn't this work?!?!?!! ( IIF ) Pin
Jacob Dixon26-Jul-09 16:28
Jacob Dixon26-Jul-09 16:28 
GeneralRe: DBNull... why doesn't this work?!?!?!! ( IIF ) Pin
nlarson1126-Jul-09 16:35
nlarson1126-Jul-09 16:35 
GeneralRe: DBNull... why doesn't this work?!?!?!! ( IIF ) Pin
Jacob Dixon26-Jul-09 17:15
Jacob Dixon26-Jul-09 17:15 
GeneralRe: DBNull... why doesn't this work?!?!?!! ( IIF ) Pin
nlarson1127-Jul-09 3:03
nlarson1127-Jul-09 3:03 
GeneralRe: DBNull... why doesn't this work?!?!?!! ( IIF ) Pin
Jacob Dixon27-Jul-09 3:07
Jacob Dixon27-Jul-09 3:07 
AnswerRe: DBNull... why doesn't this work?!?!?!! ( IIF ) Pin
Jack Vanderhorst27-Jul-09 4:37
Jack Vanderhorst27-Jul-09 4:37 
AnswerRe: DBNull... why doesn't this work?!?!?!! ( IIF ) Pin
Dougie the P5-Aug-09 18:07
professionalDougie the P5-Aug-09 18:07 
When using IIF both the true and the false portions are evaluated before the IIF test is done.

using the If construct only the true portion is evaluated after the IF test is done and the false portion is never evaluated if the test is true.
Questionwhich is faster? Pin
TheMrProgrammer25-Jul-09 19:00
TheMrProgrammer25-Jul-09 19:00 
AnswerRe: which is faster? Pin
Luc Pattyn25-Jul-09 22:34
sitebuilderLuc Pattyn25-Jul-09 22:34 
GeneralRe: which is faster? Pin
TheMrProgrammer26-Jul-09 5:08
TheMrProgrammer26-Jul-09 5:08 
GeneralRe: which is faster? Pin
Luc Pattyn26-Jul-09 8:41
sitebuilderLuc Pattyn26-Jul-09 8:41 
GeneralRe: which is faster? Pin
TheMrProgrammer27-Jul-09 4:13
TheMrProgrammer27-Jul-09 4:13 
GeneralRe: which is faster? Pin
Luc Pattyn27-Jul-09 11:03
sitebuilderLuc Pattyn27-Jul-09 11:03 
QuestionDatagridview checkbox column Pin
sreerajknair25-Jul-09 18:37
sreerajknair25-Jul-09 18:37 
AnswerRe: Datagridview checkbox column Pin
Paramu197325-Jul-09 22:32
Paramu197325-Jul-09 22:32 
QuestionImport xml into ms access database Pin
tessers25-Jul-09 13:03
tessers25-Jul-09 13:03 
AnswerRe: Import xml into ms access database Pin
Christian Graus25-Jul-09 13:46
protectorChristian Graus25-Jul-09 13:46 
GeneralRe: Import xml into ms access database Pin
tessers25-Jul-09 22:32
tessers25-Jul-09 22:32 
GeneralRe: Import xml into ms access database Pin
elizas8-Feb-10 19:24
elizas8-Feb-10 19:24 
QuestionHow to Re-Update the SqlDataAdapter() Pin
Paramu197325-Jul-09 1:36
Paramu197325-Jul-09 1:36 
AnswerRe: How to Re-Update the SqlDataAdapter() [modified] Pin
Andy_L_J25-Jul-09 6:37
Andy_L_J25-Jul-09 6:37 
GeneralRe: How to Re-Update the SqlDataAdapter() Pin
Paramu197325-Jul-09 22:24
Paramu197325-Jul-09 22:24 
QuestionAgain Repeat : Outlook Share Add-In setup Working On Vista but not in Window XP Pin
dcdhingra25-Jul-09 0:31
dcdhingra25-Jul-09 0:31 
AnswerRe: Again Repeat : Outlook Share Add-In setup Working On Vista but not in Window XP Pin
Andy_L_J25-Jul-09 6:49
Andy_L_J25-Jul-09 6:49 

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.