ADO连接(200分)

  • 主题发起人 主题发起人 ldz670723
  • 开始时间 开始时间
L

ldz670723

Unregistered / Unconfirmed
GUEST, unregistred user!
本人用DELPHI ADO+2000编了一些小程序,有些电脑可以连接,有些连接不上,不知是何原因,请高手指点。(现在我只好说是单机,不说是网络的)
 
回答一下本人, &nbsp;ado 连接是怎么处理的 ,用的ip 还是服务器名字??<br>部署环境 server 是 windows 什么版 ? 客户端呢?<br>建议从2ccc 下一个 客户端 连接配置的程序<br>你是否知道如何检测客户端是否能够连接服务器sqlserver ?手动的,用cmd 加 telnet 连接,<br>你是否知道局域网 配置,连通方法??<br>是否知道ip设置,你的网络访问是 internet 还是lan ,还是vpn 等..........<br>条件给一个啊....
 
ADOConnection.ConnectionString
 
我是用 ConnStr := 'Provider=SQLOLEDB.1;Integrated Security=SSPI;Persist Security Info=False;'+<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 'Initial Catalog='+Ini.ReadString('connection','Initial Catalog','棉业')+<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ';Data Source='+Ini.ReadString('connection','Data Source','LDZ');<br>是服务器名字
 
网络的,要用SQLSERVER验证,不要用windows验证啊
 
应该不会,还有,你看看你服务的机器数量限制没有。SQL2000里好像有个什么服务机器数量限制。我做了很久的ADO,没有你说的情况呀。
 
JohnSun2002:如何用SQLSERVER验证?
 
我建议你每台电脑都安装微软ADO2.8驱动就即可解决此问题。
 
已解决,是服务器的‘用户‘权限问题
 
后退
顶部