怎么在本地访问网络上服务器中的数据库?

怎么在本地访问网络上服务器中的数据库?,第1张

SqlConnection conn = new SqlConnection("Data Source=(loacl);Initial Catalog=DataName;Persist Security Info=True;User ID=sa;Password=sa");
如果你用的是SQL数据库可以下面链接
Data Source=服务器;Initial Catalog=数据库名;Persist Security Info=True;User ID=用户名;Password=密码
如果是Access你就用Web Service服务吧。


欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/yw/13074128.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2023-05-30
下一篇 2023-05-30

发表评论

登录后才能评论

评论列表(0条)

保存