Click here to Skip to main content
15,909,897 members
Please Sign up or sign in to vote.
5.00/5 (1 vote)
See more:
I want to develope windows application in c# with database.I want to use this window application from multiple computers and want to work in offline mode and when we connected with internet then my database updated automatically.How can i do this. Thank You.
Posted
Comments
agent_kruger 27-Nov-13 6:15am    
i do not get it you are working offline and want to update database as soon as you connect to internet. Have i understood it correctly?
Member 10346894 27-Nov-13 6:57am    
I mean if i m offline then Updated values are saved somewhere and when i am online then this updated values are saved automatically..
Member 10346894 27-Nov-13 6:59am    
Application like Microsoft outlook..But I want to use MSSQL for database Thank you
agent_kruger 27-Nov-13 7:50am    
will your pc be turned on at time you are offline?
agent_kruger 27-Nov-13 7:51am    
and are you working online (diff. location connected through internet or LAN)?

1 solution

Be prepared to do a fair amount of reading, and a good amount of work: this is not a simple subject in the slightest, and your entire system design will be involved, from teh basic database design on up.

Start reading here: MSDN: SQL Server Replication[^] - but you will probably want to do a search on teh subject and read upo a fair amount before committing yourself to a design. This is not something you want to add retrospectively!
 
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