(PalmOS 3.0)
My app creates DB where it stores AppPreferences (with rest of the data).
When I exit app and start it again, it works well (prefs are loaded
correctly). Then I backup DB via HotSync onto desktop, delete original DB
on Palm, and install .pdb file (the same DB) back onto Palm again via
HotSync. 
DB *looks* the same (it has equal num of records and the size is the same)
as original DB, but when I start my app it doesn't read AppPreferences
correctly (I think it's all set to zero). Then even more, when I exit my
app, an error occurs "DataMgr.c, Line: 6503, Index out of range" and only
reset can help. After reset my DB has twice more records than it should
have.

Please help, how to backup DB and then install it back properly? 


Reply via email to