how cost parameters stored way python?
i've googled around bit, nonetheless maybe i didn't put repremand magik conjuration hunt box.
does anyone know cost parameters stored way python? i'm controlling pymssql stored procedure, i'm certain repremand syntax cost parameter back. i don't cruise i any db modules given i'm controlling linux box bond mssql database ms server.
import pymssql
con = pymssql.connect(host='xxxxx',user='xxxx',password='xxxxx',database='xxxxx')
cur = con.cursor()
query = "execute blah blah blah"
cur.execute(query)
con.commit()
con.close()
Comments
Post a Comment