D
Darren Clark
I thin i have found the most frustrating error EVER
"Input string was not in a correct format."
We are using Custom Datasets,,, so when it comes to running a stored proc
you set all the values and check they are OK>.
then when you actually run
myCommand.ExecuteNonQuery();
It throws that stupid error...
Even with running SQL profiler wont help as the code hasnt even hit the
datbase as yet.
Can anyone suggest a good way to debug these problems other than doing one
stored proc param at a time#?
"Input string was not in a correct format."
We are using Custom Datasets,,, so when it comes to running a stored proc
you set all the values and check they are OK>.
then when you actually run
myCommand.ExecuteNonQuery();
It throws that stupid error...
Even with running SQL profiler wont help as the code hasnt even hit the
datbase as yet.
Can anyone suggest a good way to debug these problems other than doing one
stored proc param at a time#?