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.
- http://msdn.microsoft.com/en-us/library/ms973279.aspx
- 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
精彩评论