TSQL decimal input parameter when doing a select statement problem
I'm trying to create a recordset from within an ASP page which should return some value when I pass in a decimal. I am getting some bizarre error when doing so. I imagine this may have to do with setting the parameter correctly. The parameter is TotalPrice below.
Check how many resultsets are generated by the SP, including informational messages like
(3) rows affected. If it generates multiple of these, you need to add SET NOCOUNT ON in the SP.
I bet you are using dreamweaver!