Skip to navigation
Row count with pymssql
04.12.15
cur = conn.cursor() cur.execute("select * from persons") print(cur.rowcount)
http://pymssql.org/en/latest/ref/pymssql.html
Reply
Anonymous
after rows = c.fetchall() c = self.con_dict.cursor() c.execute(sql) rows = c.fetchall() total = c.rowcount
04.12.15
Reply
Anonymous
Information Epoch 1732664262
Use lower case and keep it short.
Home
Notebook
Contact us