cancel
Showing results for 
Search instead for 
Did you mean: 
Subscribe

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

View Entire Topic
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.)