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