[python-sybase] Sybase, Freetds, and stored procedure return codes

Ryan Felder rfelder at globaltecsolutions.com
Tue, 3 Aug 2004 17:11:45 -0500


 I am working on a project that uses Sybase and Freetds under solaris to
talk to a MSsql server,
and code that seems to have worked in the past, no longer works with a more
up to date version of
Sybase.

 We use a stored procedure to authenticate users, and when it fails, it has
a return code. I can
not find how to retreive this return code any longer. Our code used to
receive this in the first
row of data returned, but now, we cannot find it. I am running this with
current versions of
Python, Sybase, and Freetds, under solaris 9. Anyone with ideas is my
saviour.

- Ryan Felder