Help with Input string was not in a correct format

From: Darren Clark (dclark88_at_hotmail.com)
Date: 05/07/04


Date: Fri, 07 May 2004 02:56:18 GMT

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#?


Loading