From the MobiLink QuickStart Guide it says that the developer creates server synchronization logic to determine how the upload is applied ( synchronization script writing ) -

Does any synchronization logic come out of the box? For example given identical dB schema, can MobiLink just keep the data in sync?

Additionally, is there a document that describes how to update the schema in remote and consolidated dB?

asked 20 Feb '15, 11:11

SAP%20DEV's gravatar image

SAP DEV
26224
accept rate: 0%

For example given identical dB schema, can MobiLink just keep the data in sync?

Do you assume there is already data in the consolidated and/or the remote(s) before you setup MobiLink?

(20 Feb '15, 11:44) Volker Barth

The MobiLink wizard in Sybase Central ALMOST makes synchronization of identical schema out-of-the-box-easy because it simplifies the generation of all the required scripts.

However... if (for example) your databases are large and your tables don't contain last-updated columns in each row being downloaded, then setting up synchronization isn't going to be effort-free.

The SQL Anywhere Help contains a discussion of Schema changes in remote MobiLink clients.

permanent link

answered 20 Feb '15, 11:40

Breck%20Carter's gravatar image

Breck Carter
32.5k5397241050
accept rate: 20%

Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Question tags:

×370
×84

question asked: 20 Feb '15, 11:11

question was seen: 1,345 times

last updated: 20 Feb '15, 11:44