Click here to Skip to main content
15,916,692 members
Please Sign up or sign in to vote.
1.00/5 (3 votes)
See more:
friends i developed a hospital management system using c# windows form and sql server and i am accessing the database remotely from another computer now i need to run brother sql server database and C# application in one computer how i can do it
plz


thanks in advanced
Posted
Comments
Richard MacCutchan 4-Mar-15 12:06pm    
Exactly the same way you are doing it now, there is no difference.
Muhammad Qasim Ludin 4-Mar-15 12:27pm    
no when i disconnect from database server computer its not running and my plan to show this system in just one computer to go to customer place
Muhammad Qasim Ludin 4-Mar-15 13:34pm    
give me clear direction ! plz
Sergey Alexandrovich Kryukov 4-Mar-15 14:08pm    
What's the problem with that? Directions to what? There are too many ways to make the system remote. And it's no longer important if it's one machine or two (three with front-end client), once the tier next to the front end is made remote.
—SA
Muhammad Qasim Ludin 4-Mar-15 14:46pm    
brother my system is distributed the sql server database file is in another pc and my C# file is in my pc now when i am storing data from C# file its saving in another computer when i disconnect the data is not saving how i able to run with server mean without sql srever computer

1 solution

Please see my comment to the question. Therefore, no "clear directions", sorry. You need to build some architecture, and this is should be done only when the goals of your project are more clear, as well as the number of most critical requirements. So, I can only give you the direction for some starting steps.



Note that the items I listed are not 1, 2, 3… they are not ordered, are not steps. You decide how and when to approach what. I'm just trying to give your the idea what preliminary steps could be.

Good luck,
—SA
 
Share this answer
 
v6

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900