Click here to Skip to main content
15,913,854 members
Home / Discussions / C#
   

C#

 
GeneralRe: A better way for DBNull Pin
PIEBALDconsult3-Feb-08 16:52
mvePIEBALDconsult3-Feb-08 16:52 
GeneralRe: A better way for DBNull Pin
Jacob Dixon3-Feb-08 17:13
Jacob Dixon3-Feb-08 17:13 
GeneralRe: A better way for DBNull Pin
Jacob Dixon3-Feb-08 16:54
Jacob Dixon3-Feb-08 16:54 
GeneralRe: A better way for DBNull Pin
Jacob Dixon3-Feb-08 16:57
Jacob Dixon3-Feb-08 16:57 
GeneralRe: A better way for DBNull Pin
Vikram A Punathambekar3-Feb-08 17:02
Vikram A Punathambekar3-Feb-08 17:02 
GeneralRe: A better way for DBNull Pin
Jacob Dixon3-Feb-08 17:05
Jacob Dixon3-Feb-08 17:05 
General[Message Deleted] Pin
Jacob Dixon3-Feb-08 17:07
Jacob Dixon3-Feb-08 17:07 
GeneralRe: A better way for DBNull Pin
Expert Coming3-Feb-08 17:39
Expert Coming3-Feb-08 17:39 
The reason it works when you use it with a try catch is because on your catch you just ignore the error. So with this new code, your creating an exception and not handling it.

By the way, you should never have empty catches, or catches with things like return. Just bad coding practice. What you need to do it check what error you are throwing, and where, and we can help you solve the issue.

The best way to accelerate a Macintosh is at 9.8m/sec² - Marcus Dolengo

GeneralRe: A better way for DBNull Pin
Jacob Dixon3-Feb-08 18:50
Jacob Dixon3-Feb-08 18:50 
GeneralRe: A better way for DBNull Pin
Vikram A Punathambekar4-Feb-08 5:45
Vikram A Punathambekar4-Feb-08 5:45 
GeneralRe: A better way for DBNull Pin
Jacob Dixon4-Feb-08 13:40
Jacob Dixon4-Feb-08 13:40 
QuestionHow do i upload files to my ftp using C# ( Windows Application, NOT ASP) Pin
luisgrimaldo3-Feb-08 15:30
luisgrimaldo3-Feb-08 15:30 
AnswerRe: How do i upload files to my ftp using C# ( Windows Application, NOT ASP) Pin
Vikram A Punathambekar3-Feb-08 15:52
Vikram A Punathambekar3-Feb-08 15:52 
AnswerRe: How do i upload files to my ftp using C# ( Windows Application, NOT ASP) Pin
Patrick Etc.3-Feb-08 15:52
Patrick Etc.3-Feb-08 15:52 
AnswerRe: How do i upload files to my ftp using C# ( Windows Application, NOT ASP) Pin
Hamed Musavi3-Feb-08 15:53
Hamed Musavi3-Feb-08 15:53 
AnswerRe: How do i upload files to my ftp using C# ( Windows Application, NOT ASP) Pin
Pete O'Hanlon3-Feb-08 21:59
mvePete O'Hanlon3-Feb-08 21:59 
GeneralSms Gateway Pin
NewToAspDotNet3-Feb-08 12:04
NewToAspDotNet3-Feb-08 12:04 
GeneralRe: Sms Gateway Pin
Joachim Kerschbaumer6-Feb-08 4:40
Joachim Kerschbaumer6-Feb-08 4:40 
Generalmake an Mdiform transparent Pin
diddy343-Feb-08 11:58
diddy343-Feb-08 11:58 
GeneralRe: make an Mdiform transparent Pin
Ed.Poore3-Feb-08 12:09
Ed.Poore3-Feb-08 12:09 
GeneralRe: make an Mdiform transparent Pin
Justin Perez3-Feb-08 12:11
Justin Perez3-Feb-08 12:11 
Generalcombinig java and c# Pin
AliNajjar3-Feb-08 11:18
AliNajjar3-Feb-08 11:18 
GeneralRe: combinig java and c# Pin
MarkB7773-Feb-08 11:24
MarkB7773-Feb-08 11:24 
GeneralRe: combinig java and c# Pin
AliNajjar3-Feb-08 11:34
AliNajjar3-Feb-08 11:34 
GeneralRe: combinig java and c# Pin
Colin Angus Mackay3-Feb-08 11:29
Colin Angus Mackay3-Feb-08 11:29 

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.