开发者

Windows Application With Multiple Users

I have a Windows application with SQL and Crystal Reports. I jus开发者_StackOverflow中文版t want to prepare it for multiple users, so that it can be operated from more than one local computer. The data of the transaction should be stored at one server and it could be read or written by more than one local computer.

I don’t have any idea of how to do it? Suggestions?


This is a fundemental question of "how to build an n-Tier application" and is a bit broad for a "quick answer" here.

I will offer these two links as a good starting point for you.

  1. http://msdn.microsoft.com/en-us/library/ms973279.aspx
  2. http://msdn.microsoft.com/en-us/library/ms978384.aspx

There are, of course, other resources and opinions. I would encourage you to start here and then as you encounter more specific questions please ask those.

Cheers,

CEC

EDIT: C# specific link http://msdn.microsoft.com/en-us/library/bb384570.aspx

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜