The TDS RPC is FUBAR? You don't say.
I just got this message in an exception... "The incoming tabular data stream (TDS) remote procedure call (RPC) protocol stream is incorrect. Parameter 5 ("@Amount"): The supplied value is not a valid instance of data type float. Check the source data for invalid values. An example of an invalid value is data of numeric type with scale greater than precision."Turned out I'd divided by zero, and attempted to send the result to a stored procedure. Such a peculiar error message: by turns cryptic, descriptive, informative. Just thought I'd share it. ;-)
'Gulli' on Wed, 20 Dec 2006 08:03:36 GMT, sez: Although you probably inserted Double.Inf, not Double.NaN, this error sure sounds like an improvement over <a href="http://fugato.net/2005/02/08/sql-server-nastiness/">previous behavior</a>. :)
'lb' on Wed, 20 Dec 2006 08:09:18 GMT, sez: wow -- that's an interesting read Gulli.
And how groovy is that picture that accompanies it!!
'Gulli' on Wed, 20 Dec 2006 08:10:20 GMT, sez: (Oops, missed the large-font "HTML not allowed") when posting the previous comment, sorry. Placed the URL on my name this time.)
|