cancel
Showing results for 
Search instead for 
Did you mean: 

Replicate an UL Database using dbmlsync?

Former Member
2,206

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

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member

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

Former Member
0 Kudos

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

Former Member

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.)