文章详情

  • 游戏榜单
  • 软件榜单
关闭导航
热搜榜
热门下载
热门标签
php爱好者> php文档>python and sql server

python and sql server

时间:2010-08-12  来源:angelia_liu

from adodbapi import connect

inters='SSPI'
PSI='False'
database='test'
datasource=r'Angela\SQLT'

try:
    db=connect('Provider=SQLOLEDB.1;Data Source=%s;Initial Catalog=%s;\
                        Integrated Security=%s;Persist Security Info=%s;'%(server, database, inters, PSI))

except Exception,e:
    print e
else:
    cur=db.cursor()
    msg=cur.exec("select * from user_info2")
    print msg

db.close()


上面的实例是用python连接sql server数据库,并执行相关查询语句。
相关阅读 更多 +
排行榜 更多 +
找茬脑洞的世界安卓版

找茬脑洞的世界安卓版

休闲益智 下载
滑板英雄跑酷2手游

滑板英雄跑酷2手游

休闲益智 下载
披萨对对看下载

披萨对对看下载

休闲益智 下载