Click here to Skip to main content
15,889,281 members
Home / Discussions / C#
   

C#

 
QuestionSoap extension with command line client? Pin
shining_star7725-May-04 8:51
shining_star7725-May-04 8:51 
AnswerRe: Soap extension with command line client? Pin
Heath Stewart25-May-04 9:37
protectorHeath Stewart25-May-04 9:37 
QuestionHow to use Pin
IamADotNetGuy25-May-04 7:57
IamADotNetGuy25-May-04 7:57 
AnswerRe: How to use Pin
Heath Stewart25-May-04 8:11
protectorHeath Stewart25-May-04 8:11 
GeneralRe: How to use Pin
IamADotNetGuy25-May-04 8:14
IamADotNetGuy25-May-04 8:14 
GeneralRe: How to use Pin
Heath Stewart25-May-04 8:18
protectorHeath Stewart25-May-04 8:18 
GeneralRe: How to use Pin
IamADotNetGuy25-May-04 8:22
IamADotNetGuy25-May-04 8:22 
GeneralRe: How to use Pin
Heath Stewart25-May-04 8:28
protectorHeath Stewart25-May-04 8:28 
Because DBNull.IConvertible.ToDecimal always throws an InvalidCastException. But I answered what you asked.

You might want to be more specific about what you're trying to do. If you need to insert a null value for a decimal field in a database, then you actually use DBNull.Value, not the decimal equivalent (which isn't even possible since value types - such as the primative types - can't be null).

 

Microsoft MVP, Visual C#
My Articles
GeneralRe: How to use Pin
IamADotNetGuy25-May-04 8:46
IamADotNetGuy25-May-04 8:46 
GeneralRe: How to use Pin
Heath Stewart25-May-04 9:22
protectorHeath Stewart25-May-04 9:22 
GeneralLogout problem Pin
IamADotNetGuy28-May-04 5:42
IamADotNetGuy28-May-04 5:42 
GeneralRe: Logout problem Pin
Heath Stewart30-May-04 6:13
protectorHeath Stewart30-May-04 6:13 
GeneralRe: Logout problem Pin
IamADotNetGuy3-Jun-04 12:23
IamADotNetGuy3-Jun-04 12:23 
GeneralRe: Logout problem Pin
Heath Stewart3-Jun-04 16:58
protectorHeath Stewart3-Jun-04 16:58 
GeneralRe: Logout problem Pin
IamADotNetGuy4-Jun-04 3:55
IamADotNetGuy4-Jun-04 3:55 
GeneralRe: Logout problem Pin
Heath Stewart4-Jun-04 4:15
protectorHeath Stewart4-Jun-04 4:15 
QuestionHow to call an external program Pin
tcole3125-May-04 6:04
tcole3125-May-04 6:04 
AnswerRe: How to call an external program Pin
Colin Angus Mackay25-May-04 6:29
Colin Angus Mackay25-May-04 6:29 
GeneralRe: How to call an external program Pin
tcole3125-May-04 7:07
tcole3125-May-04 7:07 
QuestionHow to get items out of a Scripting.Dictionary instance ? Pin
PeteV25-May-04 5:07
PeteV25-May-04 5:07 
AnswerRe: How to get items out of a Scripting.Dictionary instance ? Pin
Heath Stewart25-May-04 6:38
protectorHeath Stewart25-May-04 6:38 
GeneralRe: How to get items out of a Scripting.Dictionary instance ? Pin
PeteV25-May-04 9:13
PeteV25-May-04 9:13 
GeneralRe: How to get items out of a Scripting.Dictionary instance ? Pin
Heath Stewart25-May-04 9:18
protectorHeath Stewart25-May-04 9:18 
GeneralRe: How to get items out of a Scripting.Dictionary instance ? Pin
PeteV25-May-04 9:46
PeteV25-May-04 9:46 
GeneralRe: How to get items out of a Scripting.Dictionary instance ? Pin
Heath Stewart25-May-04 10:03
protectorHeath Stewart25-May-04 10:03 

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.