on 2014 May 12 12:14 PM
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
Request clarification before answering.
In addition to what Tom answered, there is the ulsync command line utility.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
74 | |
30 | |
9 | |
7 | |
7 | |
6 | |
6 | |
4 | |
4 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.