At 11:17 AM 4/21/2005, you wrote:
Ahhh, thats why I lose my databases when the app crashes/resets. (-;. Looks like I have some reading on NVFS to do and some DmSyncDatabase commands to add...

How expensive is this DmSyncDatabase call. I assume I have to do some type of feature check before calling it as well?

This is my "Sync if call is available" glue code that I wrote:

        if (SysGetTrapAddress(sysTrapDmSyncDatabase) !=
                SysGetTrapAddress(sysTrapSysUnimplemented))
        {
                error = DmSyncDatabase(pDatabase);
        }


-- Ben Combee, Senior Software Engineer, palmOne, Inc. "Combee on Palm OS" weblog: http://palmos.combee.net/ Developer Forum Archives: http://news.palmos.com/read/all_forums/


-- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Reply via email to