将独立应用程序转换为基于网络的(客户端 - 服务器) [英] Converting Stand-alone Application To Network-based(client-server)

查看:54
本文介绍了将独立应用程序转换为基于网络的(客户端 - 服务器)的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

需要有关如何将独立数据库应用程序转换为基于网络的帮助。

数据库将位于中央计算机服务器中,用户将输入记录并操纵来自几个客户端的应用程序。





提前致谢

Need help on how to convert a stand alone database application to network based .
The databese will be in a central computer say server,and users will enter records and manipulate the aplication from sveral clients.


Thanks in advance

推荐答案

所有你需要做的就是更改配置文件中的连接字符串。如果你没有使用配置文件,你会想要这样做。



连接字符串用于指向数据库,因此如果将数据库移动到其他服务器,则只需更新连接字符串即可。



http:// msdn .microsoft.com / zh-cn / library / bf7sd233(v = vs.100).aspx [ ^ ]
All you have to do is change the connection string in your config file. If you did not use a config file you'll want to do that.

The connection string is used to point to the database so if you move the database to a different server, all you do is update the connection string.

http://msdn.microsoft.com/en-us/library/bf7sd233(v=vs.100).aspx[^]


这篇关于将独立应用程序转换为基于网络的(客户端 - 服务器)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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