dbi and odbc

Rony rony.steelandt at bucodi.com
Sat Dec 28 08:42:03 EST 2002


I think your cmd is wrong,

try cmd='execute sp_help'

if your stored procedure returns values you can retrieve them with :
result = cur.fetchall()
print result


Rony Steelandt
BuCoDI
www.bucodi.com



More information about the Python-list mailing list