> We would like to > delete the associated databases whenever the user > installs the new version.
When your new version gets a sysAppLaunchCmdSyncNotify, have it check the version of the existing databases and delete old ones. Make sure your app sets the version of all databases it creates. This gives you a choice when you release a new version. You can have the new version trash the old data or not. Furthermore, you can use the same version number scheme for the apps and the data, or you can use separate schemes. I recommend separate schemes, generally, because not all code changes affect the data format. - Danny -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
