Click here to Skip to main content
15,891,316 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
hi all
i want to create windows form application which will be installed on many other computers
like warehouse , where i should save my data that the application will interact with, and any user will see the changes by any other user.
i tried to connect to sql but i want it to display on other computers
Posted
Updated 11-Oct-14 13:19pm
v2
Comments
[no name] 11-Oct-14 14:14pm    
Post the code you tried, and explain what did not work.
[no name] 11-Oct-14 17:31pm    
Can you maybe rephrase your question?
Sergey Alexandrovich Kryukov 11-Oct-14 21:53pm    
There are so many aspects of this problem, so it hardly can be a topic for a Quick Answer.
If you have more specific issues, ask your questions.
—SA
[no name] 12-Oct-14 19:48pm    
This answer i gave the other day will get you started.

http://www.codeproject.com/Answers/826833/Additional-information-Authentication-to-host-for#answer1

Use an online converter like Telerik if you want this specifically for C#

Hope it helps.

1 solution

Purchase SQL Server (or use Express)
Install it on a SERVER, this will require a server not your local machine.
Create your database
create your application
use a connection to connect to the database to store and retrieve data from the database.

Do not forget to take into account a development and a production database. Development may be on your local maching but I suggest it live on a seperate server.
 
Share this answer
 

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