Click here to Skip to main content
16,005,473 members
Home / Discussions / Visual Basic
   

Visual Basic

 
Questionhow to convert string to unicode and unicode to string Pin
roitha8-Jun-06 0:09
roitha8-Jun-06 0:09 
AnswerRe: how to convert string to unicode and unicode to string Pin
padma_018-Jun-06 0:42
padma_018-Jun-06 0:42 
AnswerRe: how to convert string to unicode and unicode to string Pin
Mekong River8-Jun-06 23:49
Mekong River8-Jun-06 23:49 
QuestionQuestions about an Addin for Visual Studio Pin
dlarkin777-Jun-06 23:12
dlarkin777-Jun-06 23:12 
QuestionHow to handle null date field from database Pin
Ronny_20067-Jun-06 22:29
Ronny_20067-Jun-06 22:29 
AnswerRe: How to handle null date field from database Pin
jonathan158-Jun-06 1:19
jonathan158-Jun-06 1:19 
QuestionRe: How to handle null date field from database Pin
Ronny_20068-Jun-06 20:47
Ronny_20068-Jun-06 20:47 
AnswerRe: How to handle null date field from database Pin
jonathan158-Jun-06 22:25
jonathan158-Jun-06 22:25 
What technology are you using for the data access?
It doesnt sound like ADO.NET as there is no fields collection in any of the ADO.NET objects. Thats why i thought you were using VB6 because it looks like you are using classic ADO.

If this is the case then i would guess thats your problem.

If you havent imported the System namespace you could try that first as DBNull is actually System.DBNull but the 'Is DBNull.Value' syntax is correct. If that doesnt work then i would guess its because classic ADO does not expose a datatype of System.DBNull so i cant really see any way around it other than dropping the ADO recordsets and using ADO.NET's Datasets and Datatables.

Jon
JokeRe: How to handle null date field from database Pin
Ronny_200614-Jun-06 20:28
Ronny_200614-Jun-06 20:28 
QuestionUnrecoverable build error Pin
jon-807-Jun-06 22:29
professionaljon-807-Jun-06 22:29 
QuestionBrowser Pin
Socheat.Net7-Jun-06 22:05
Socheat.Net7-Jun-06 22:05 
Questionselection of string at runtime in vb.net1.1 Pin
amaneet7-Jun-06 21:27
amaneet7-Jun-06 21:27 
QuestionHow to create sql server database user and assign it to a group? Pin
miceisland7-Jun-06 19:54
miceisland7-Jun-06 19:54 
AnswerRe: How to create sql server database user and assign it to a group? Pin
Colin Angus Mackay7-Jun-06 22:27
Colin Angus Mackay7-Jun-06 22:27 
Questionproblem while pasting unicode text in form 2.0 control... Pin
padma_017-Jun-06 19:50
padma_017-Jun-06 19:50 
Questionproblem in connection string in vb.net1.1 Pin
amaneet7-Jun-06 19:46
amaneet7-Jun-06 19:46 
AnswerRe: problem in connection string in vb.net1.1 Pin
Steve Pullan7-Jun-06 20:38
Steve Pullan7-Jun-06 20:38 
GeneralRe: problem in connection string in vb.net1.1 Pin
amaneet7-Jun-06 21:24
amaneet7-Jun-06 21:24 
QuestionHiiiiii Pin
sri_017-Jun-06 16:54
sri_017-Jun-06 16:54 
AnswerRe: Hiiiiii Pin
J4amieC7-Jun-06 21:58
J4amieC7-Jun-06 21:58 
QuestionsFTP without 3rd party components Pin
Paul_Taylor7-Jun-06 15:08
Paul_Taylor7-Jun-06 15:08 
AnswerRe: sFTP without 3rd party components Pin
progload7-Jun-06 16:00
progload7-Jun-06 16:00 
GeneralRe: sFTP without 3rd party components Pin
Paul_Taylor19-Jun-06 13:22
Paul_Taylor19-Jun-06 13:22 
QuestionExtracting record from a recordset Pin
bryndabella7-Jun-06 10:46
bryndabella7-Jun-06 10:46 
QuestionSearch Function Pin
happysunct7-Jun-06 9:52
happysunct7-Jun-06 9:52 

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.