Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
shemayb
Posting Yak Master
159 Posts |
Posted - 2007-07-16 : 15:51:46
|
where would i trace this kind of error?:Input string was not in a correct formatFunnyfrog |
|
Merkin
Funky Drop Bear Fearing SQL Dude!
4970 Posts |
Posted - 2007-07-17 : 22:26:20
|
Does it give you a line number ? Or a function in a stack trace ?You haven't really given enough description to be of any use.Damian"A foolish consistency is the hobgoblin of little minds." - Emerson |
|
|
tmitch
Yak Posting Veteran
60 Posts |
Posted - 2007-07-23 : 21:43:51
|
Are you calling a convert or parse function that attempts to convert a string to another datatype? If you call, for example, int.Parse() and pass in a string value that can't be converted to a number, you'll see this type of error. |
|
|
m.spielkamp
Starting Member
3 Posts |
Posted - 2007-07-31 : 17:07:29
|
see again your BD, maybe you declarated in your page some type of string and in your DataBase an other type. |
|
|
|
|
|