如何创建多用户软件 [英] how to create Multiuser software

查看:156
本文介绍了如何创建多用户软件的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

亲爱的,



我想创建一个多用户软件。

目前我正在使用sql数据库和vs2008。

我正在创建一个客户端软件。

它是否在网络上运行?

它是否在多用户平台上运行? (就像一个用户使用数据库然后下一个用户使用相同的数据库。)



请告诉我这是正确的方式或错误的方式告诉我怎么可能这是可能的。


当sql server运行时,
数据库可以放在外部硬盘上。

Dear all,

I want to create a multiuser software.
Presently I m using sql database and vs2008.
I m creating a client side software.
Is it run on the network or not ?
Is It run on multiuser Platform or not? (Like one user use the database and then next user used the same database.)

Please tell me it is the right way or wrong way and tell me how can be it’s possible.

database can be put on the external harddisk when the sql server running.

推荐答案

通常,当您将应用程序分解为客户端和数据库服务器时,您的应用程序就是多用户(您应该执行特定的操作,但为了您的目的,您可以忽略它们)。



如果从不同的客户端连接到该数据库服务器,那么您是多用户(数据库连接字符串 www.connectionstrings.com



正确和错误取决于许多因素,如果您的申请有效,您可以忽略这些因素。



将数据库文件放在外部硬盘驱动器(U. SB类)。
Generally when you break up your application into clients and a database server then your application is multiuser (there are specific things you should do but for your purposes you can ignore them).

If you connect to that database server from different clients then you are multiuser (database connection strings www.connectionstrings.com.

Right and wrong depends on many factors which you can ignore if your application works.

It is unadvised to put your database files on external hard disk drives (the USB kind).


您好,



至于您的客户端程序与数据库分开并且您使用连接字符串指向SQL服务器数据库,它将在netwok上工作,是的,你可以使它成为多用户(你必须处理用户)



有用户将访问数据库通过客户端程序而且不正确认为数据库是针对一个用户的。



是的数据库文件可以放在外部硬盘上,但我会不建议。





如果你能解释一下你的情况以及你想要做的事情,包括编程语言,你将会是能够评论具体的
Hi,

As far as your client side programme is separate from the database and you use a connection string to point the SQL server database, it will work on the netwok and yes you can make it multiuser (you have to handle the users)

There users will be accessing the database via the client program and its not correct to think that a database is for one user.

yes database files can be put on the external hard disk but i would not advice.


If you could explain more your situation and what you are trying to do including the programming languages you are then will be able to comment specific


这篇关于如何创建多用户软件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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