Click here to Skip to main content
15,897,187 members
Please Sign up or sign in to vote.
4.00/5 (1 vote)
See more:
dear sir i am using handheld Rfid Reader and using sqlCe database but in server or my PC sql server dabase is there so whatever the updations will happen in sqlCe the same data has to be updated in sqlserver.... please help me i am new to this
Posted

1 solution

Don't expect this to be a five minute job: this is a big subject which you have to think about very, very carefully, and may require significant changes to your database as well as software work.

It's called Database Replication, and it's the process of keeping databases up-to-date with each other when they aren't necessarily on line or connected all the time.

Start here: http://technet.microsoft.com/en-us/library/ms171850(v=sql.105).aspx[^]
But it's worth a good look at some of these as well: Google[^]
 
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