Ok, so I realize that I've been posting a lot of PalmOS related info lately. I will try and do some Symbian or WinCE stuff next time. That being said, this little tip has to do with databases and records on the PalmOS. I don't know how many times I've seen this come up on the dev forums: To totally get rid of an individual record in a database, you must call DmRemoveRecord, NOT DmDeleteRecord. If you call DmDeleteRecord, the record will remain in the database until the next time that the user performs a hotsync. At that time, it will be removed from the database.
|