Re: return value of Stored procedure for MSSQL 2005 server
"James K. Lowden" <[email protected]>
| Newsgroups | gmane.comp.db.tds.freetds |
|---|---|
| Message-ID | <[email protected]> |
nitin sayare wrote: > when I am trying to retrieve the same for MSSQL 2005, I am getting the > metadata for all the parameters of stored procedure except for the > return value of the Stored procedure. [...] > > How can I retrieve the return value of the stored procedure (in > MSSQL 2005 ) using freetds 0.64 ? The answer might be to upgrade to 0.82 or to use TDS 7.0. Does src/odbc/unittests/rpc.c work correctly? Please post its output. Could you post a TDSDUMP of the session that fails to return the metadata for the return status? --jkl