摘要: import pyodbcconnection = pyodbc.connect('DRIVER={SQL Server};SERVER=localhost;DATABASE=Mide12;UID=sa;PWD=google)cur = connection.cursor()cur.execute("select * from XTSysRight")for row in cur: print '... 阅读全文
posted @ 2011-07-22 10:51 网络小虫 阅读(583) 评论(0) 推荐(0) 编辑