Please be aware that the content in SAP SQL Anywhere Forum will be migrated to the SAP Community in June and this forum will be retired.

Hi Experts!

Is it possible to use dbmlsync to replicate a ultralite database? If so, how? If not, is there a similar utility for ultralite databases?

Thank you in advance! Paula

asked 12 May '14, 11:14

Paula%20M's gravatar image

Paula M
105349
accept rate: 0%


In addition to what Tom answered, there is the ulsync command line utility.

permanent link

answered 12 May '14, 11:56

Graham%20Hurst's gravatar image

Graham Hurst
2.7k11843
accept rate: 29%

Thanks a bunch! The ulsync is what I'm looking for.

(12 May '14, 13:02) Paula M

UltraLite has a synchronization client built in, so the equivalent to running dbmlsync is to call the synchronize() function in whichever programming language you are using.

(If you want to use a similar interface to both an UltraLite and a SQL Anywhere database, both support a SYNCHRONIZE SQL statement: in SQL Anywhere this runs dbmlsync, and in UltraLite it uses the client features built into the library.)

permanent link

answered 12 May '14, 11:17

Tom%20Slee's gravatar image

Tom Slee
1.3k21629
accept rate: 29%

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:

×162
×24

question asked: 12 May '14, 11:14

question was seen: 1,903 times

last updated: 12 May '14, 13:02