My team\'s using a python-based wiki server that calls stored procedures on a SQL Server database. Ideally, we\'d like to return integer values (1,0,-1) from the stored proc
Here's some relevant information: http://code.google.com/p/pyodbc/wiki/StoredProcedures
It sounds like return values are still not supported, so you'll need to use a SELECT.
SELECT