Scott Erickson wrote:

Is there a way to remove an entire applicaton programaticly if I know the cardNo, dbIDP and database name. I have tried to use the DmRemoveResource() but that only deletes the resource, not the entire application.

mDeleteDatabase(cardNo, dbID). If you feed the cardNo and dbID of the app then it will be deleted. This will not delete any associated databases (data records, other resoureces outside of the parent app, etc.), but you could iterate through all databases and delete those with the same crID, which is what your Launcher would do. Bob.

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

Reply via email to