--- Venugopal B <[EMAIL PROTECTED]> wrote: > Maybe I have not made myself clear. We would like to > delete the associated databases whenever the user > installs the new version. We use the same creator ID > for our PRC.After every new install the PRC is getting > updated with the version info, any other resource > changes.But the associated record databases still > exist.Is there any way I can delete these databases?
Sure. One way to do it would be to have your app delete each database with DmDeleteDatabase() the first time it runs. Store a flag in your app preferences so your app knows not to delete them the second time it runs. __________________________________________________ Do You Yahoo!? Yahoo! Movies - coverage of the 74th Academy Awards� http://movies.yahoo.com/ -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
