i heard of SQL CE. but i wonder how do i apply it to my current window app + sqlserver. Understanding: If the window app failed to connect to the hosting server(sqlexpress) through internet, then all data key in through offline mode will be saved in client's PC through SQLCE and it will be stored in my client PC. Data keyed in during offline mode will then be PUSHED to the server once back to ONLINE.
Question:
If i have 3 GB of data in server(sql Express), when my client launch the window app for the first time, will it load all the data from the server to my client pc SQLCE? Is the Data in server must always tally with the data in client PC SQLCE? If the answer is YES, then it will surely be taking up a lot of time.
Could you share me any SQLCE sample project on this which it has CRUD transaction with database. I have search online but found no sample project on this.
Please kindly inform me if my understanding is wrong.