且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

Android应用程序Winform

更新时间:2022-10-15 08:09:08

这是这不是一个简短示例类型的问题 - 这是一个复杂的问题,名为数据库复制 [ ^ ] - 它涉及设计所有涉及的系统都允许它。它并不像我添加这些记录,插入它们那么简单,因为它必须允许不同用户,更改和删除对同一记录进行多次插入。



首先,按照一些链接阅读材料 - 然后决定是否要继续! :笑:

Suppose there is Winform application with some database (take normal new student form table)
if one create the same application with using android app too... and That app also have a option for fill or create a new student from their mobile when he/she is outside from Home.

When he/she reach at Home they just to sync Mobile app to Winform apps and all new data from mobile automatically add in Winform or winform to Mobile app data..

Is there any option to do like that...

If yes...
plz show me short example of it?

This is not a "short example" type problem - it's a complex issue called database replication[^] - and it involves designing all involved systems to allow for it. It isn't as simple as "I've added these records, insert them" because it has to allow for multiple inserts of the same record by different users, changes, and deletions.

Start by following a few of the links and reading up on the material - then decide if you want to continue at all! :laugh: