Hi all!
I'm migrating ultralite database from v.11 to v.16, and one of the problems we've faced on the past is the size growth of the databases. We've seen on migrating that size is lower that v.11, but we wanted to develop some kind of shrink mechanism to increase the perfomance of the application (windows mobile 6.5).
Is there any possibility to execute programmaticaly (on .Net application running on Windows Mobile) some kind of operation or code similar to the UNLOAD and LOAD applications for ultralite (ulunload and ulload) or DROP and CREATE database, bulk operations without breaking synchronization status on windows desktop environment?
The PASSTHROUGH Scripts could help? And the Agent Tasks? Our consolidated database (running on SQL Anywhere 16 under mobilink) has not any data on it (for Privacy laws reasons), so we can't recreate the database through synchronization from server.
Could you provide an example to do that?
Thanks a lot!