• For some reason I think that you are not executing the proc you think you do.

    Try simple test:

    Change proc to something like:

    ALTER PROCEDURE [dbo].[usp_updaterate]

    AS

    BEGIN

    RETURN;

    END

    Then execute it from application. If it still gives you the error, then check your connection string...

    Or check it before hand 🙂

    _____________________________________________
    "The only true wisdom is in knowing you know nothing"
    "O skol'ko nam otkrytiy chudnyh prevnosit microsofta duh!":-D
    (So many miracle inventions provided by MS to us...)

    How to post your question to get the best and quick help[/url]