开发者

c# how do i programmatically create a replica [closed]

It's difficult to tell what is being asked here. This q开发者_开发知识库uestion is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center. Closed 11 years ago.

I am developing winform app that runs in two differen pc's

I want to create a replica and get the changes over the internet

  • How can i do that?
  • & how can I create replica and sync it using C#?

any ideas will be appreciated


I assume that you are talking about replicating changes in one ms-access "database" such that two instances stay in sync, As such, you'd be better off abandoning ms-access and upscaling to a single centralised database.


this sounds like a bad idea all around.

The common patterns apply;

  1. use GUID id's,
  2. send offline datasets,
  3. cross fingers and look for a job that allows you to use other free tools, suited for the job http://www.microsoft.com/sqlserver/en/us/editions/express.aspx

Avoid conflict resolution (don't edit the same entities on both ends)

Edit PS. after visiting hamsaweb.net; if you need this to be web deployable on a shared host:

  • How to deploy SQL CE 4 CTP to shared hosting?
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜