Hey there....! I've run into this error: "The incoming tabular data system (TDS) remote procedure call (RPC) protocol is incorrect. Parameter 13 ("@Hx_TD"): The supplied value is not a valid instance of data type real. Check the source data for invalid values. An example of an invalid value is data of numeric type with scale greater than precision." I've tried to correct this the best that I could. I've tried replacing FLOAT with DEC(12,8), but same error appears again! I only want something like sXX.XXXXX (where "s" is for a possible negative sign and "X" is a digit). Nothing fancy. I've tried to multiply the result by 10000, then Fix(), and finally divide the result by 10000. Yet that exact error returns! This is VERY frustrating! What should I try? I'm using Visual Studio .Net 2008. May everyone have a blessed day as the Lord wills. JEP_Dude