Error in procedure

  • Hi All,
    I am getting the following error :
    No TDS_RET_STATUS found for stored procedure output params
    Can anyone please tell me what this error is about .
    Rgds,
    Rajesh
  • TDS_RET_STATUS returns zero matches on Google.  Are you sure that you've typed it in correctly?

    The absence of evidence is not evidence of absence.
    Martin Rees

    You can lead a horse to water, but a pencil must be lead.
    Stan Laurel

  • maybe a user-defined variable name in code ?!?!?!?!

    Rajesh - could you please post your procedure for someone to look at ?!







    **ASCII stupid question, get a stupid ANSI !!!**

  • Is it SQL-error? It could also be error message generated by some application using SQL Server database. TDS could be for Tabular Data Stream, but I didn't find any similar errors in BOL.

    It would be very helpful to mention under what circumstances this error appears (when executing SP from Query Analyzer, from an application...) and to post the procedure that causes problems. Try to get some info from Profiler, if possible.

  • Hi, were you able to solve this problem?  I encounter this problem too when I use SQL Server 2005 JDBC driver to call a stored procedure and I don't get the problem when I use JDBC SP3.

Viewing 5 posts - 1 through 4 (of 4 total)

You must be logged in to reply to this topic. Login to reply