Click here to Skip to main content
15,888,271 members
Home / Discussions / C#
   

C#

 
GeneralRe: combobox Pin
MoustafaS6-Jun-05 3:29
MoustafaS6-Jun-05 3:29 
GeneralRe: combobox Pin
albCode6-Jun-05 4:33
albCode6-Jun-05 4:33 
GeneralRe: combobox Pin
webhay6-Jun-05 4:36
webhay6-Jun-05 4:36 
GeneralRe: combobox Pin
albCode6-Jun-05 4:41
albCode6-Jun-05 4:41 
GeneralRe: combobox Pin
webhay6-Jun-05 4:44
webhay6-Jun-05 4:44 
GeneralRe: combobox Pin
albCode6-Jun-05 6:38
albCode6-Jun-05 6:38 
GeneralData Overflow error Pin
UdayShetty6-Jun-05 2:05
UdayShetty6-Jun-05 2:05 
GeneralRe: Data Overflow error Pin
rocky_pulley6-Jun-05 2:24
rocky_pulley6-Jun-05 2:24 
It sounds like the number you are passing in is just too big. If the numeric field only supports a max value of say 65535 and you pass it in a long value that's say 1234567, then it will throw an overflow exception. I guess a way to fix it would be either to change the size of the numeric field in the database, or if that's not possible you can return an error to the user or just set it to the max size and ignore the rest of the number.

-- Rocky Dean Pulley
GeneralRun time specification of arguments to method Pin
cmpipey6-Jun-05 2:01
cmpipey6-Jun-05 2:01 
GeneralRe: Run time specification of arguments to method Pin
Robert Rohde6-Jun-05 3:34
Robert Rohde6-Jun-05 3:34 
GeneralpInvoke problem Pin
ppp0016-Jun-05 1:15
ppp0016-Jun-05 1:15 
GeneralRe: pInvoke problem Pin
Carsten Zeumer6-Jun-05 1:49
Carsten Zeumer6-Jun-05 1:49 
Generalsave a windows form object inside a SCII text file Pin
Anonymous6-Jun-05 1:12
Anonymous6-Jun-05 1:12 
GeneralRe: save a windows form object inside a SCII text file Pin
Robert Rohde6-Jun-05 3:37
Robert Rohde6-Jun-05 3:37 
GeneralSaving windows form's screen Pin
angeltsoi6-Jun-05 0:28
angeltsoi6-Jun-05 0:28 
GeneralRe: Saving windows form's screen Pin
Corinna John6-Jun-05 1:12
Corinna John6-Jun-05 1:12 
QuestionHow to Replicate 2 Databases using C#? Pin
pubududilena5-Jun-05 23:04
pubududilena5-Jun-05 23:04 
AnswerRe: How to Replicate 2 Databases using C#? Pin
oykica6-Jun-05 6:38
oykica6-Jun-05 6:38 
GeneralRe: How to Replicate 2 Databases using C#? Pin
pubududilena6-Jun-05 17:37
pubududilena6-Jun-05 17:37 
GeneralRe: How to Replicate 2 Databases using C#? Pin
oykica7-Jun-05 6:27
oykica7-Jun-05 6:27 
GeneralMDI Behaviour Pin
Maqsood Ahmed5-Jun-05 22:03
Maqsood Ahmed5-Jun-05 22:03 
GeneralRe: MDI Behaviour Pin
Ashok Dhamija5-Jun-05 22:24
Ashok Dhamija5-Jun-05 22:24 
GeneralRe: MDI Behaviour Pin
Maqsood Ahmed5-Jun-05 22:31
Maqsood Ahmed5-Jun-05 22:31 
GeneralRe: MDI Behaviour Pin
Ashok Dhamija5-Jun-05 23:18
Ashok Dhamija5-Jun-05 23:18 
GeneralRe: MDI Behaviour Pin
Rizwan Bashir6-Jun-05 3:40
Rizwan Bashir6-Jun-05 3:40 

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.