Powerbuilder的oledb连接 [英] oledb connection for powerbuilder

查看:211
本文介绍了Powerbuilder的oledb连接的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

大家好,我已经在powerbuilder中创建了应用程序,我需要sql oledb连接字符串来连接ms-sql服务器.请有人给我powerbuilder的oledb连接字符串

hi all i have created application in powerbuilder, i need sql oledb connection string to connect ms-sql server. please someone give me oledb connection string for powerbuilder

推荐答案

PowerBuilder具有本机连接器,请参见此处:
PowerBuilder has native connectors, see here : http://www.sybase.com/detail?id=44510[^]


//配置文件OLEDB-SQLServer-Local
SQLCA.DBMS ="OLE DB"
SQLCA.LogPass =< *****>
SQLCA.LogId ="sa"
SQLCA.AutoCommit =假
SQLCA.DBParm ="PROVIDER =''SQLOLEDB'',DATASOURCE =''(本地)'',PROVIDERSTRING =''Database = EASDemoDB''''

请参阅:
http://pbdj.sys-con.com/node/106956?page=0, 1
http://www.tek-tips.com/viewthread.cfm?qid=474287 [ ^ ]
// Profile OLEDB-SQLServer-Local
SQLCA.DBMS = "OLE DB"
SQLCA.LogPass = <*****>
SQLCA.LogId = "sa"
SQLCA.AutoCommit = False
SQLCA.DBParm = "PROVIDER=''SQLOLEDB'',DATASOURCE=''(local)'',PROVIDERSTRING=''Database=EASDemoDB''"

See: http://pbdj.sys-con.com/node/106956?page=0,1 or
http://www.tek-tips.com/viewthread.cfm?qid=474287[^]


您可以查看一下完整的连接字符串集.

http://www.connectionstrings.com/ [ ^ ]

最好的问候,
爱德华
You could take a look at this for a complete set of connection strings.

http://www.connectionstrings.com/[^]

Best regards,
Eduard


这篇关于Powerbuilder的oledb连接的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆