SQL Server stored prcedures with output parameters

Aahz aahz at pythoncraft.com
Thu Nov 18 18:27:34 EST 2004


In article <cnif70$an1$1 at panix1.panix.com>, Aahz <aahz at pythoncraft.com> wrote:
>
>Keep in mind that it's been several years since I used Python with SQL
>Server and about all I remember is that we used stored procedures
>heavily with no problems.  I have no clue whether we tried using stored
>procedures with output parameters, but I wonder why you can't just use a
>SELECT to call the stored procedure and return the values.  Or at least
>right another stored proc that does something roughly similar.

s/right/write/, but you knew that.
-- 
Aahz (aahz at pythoncraft.com)           <*>         http://www.pythoncraft.com/

WiFi is the SCSI of the 21st Century -- there are fundamental technical
reasons for sacrificing a goat.  (with no apologies to John Woods)



More information about the Python-list mailing list