What I would suggest would be to temporarily store all the data in feature memory, and then every minute or so, open the database, and store it there. Or else, for even quicker writing, reserve memory on the Heap, and set it's owner to the system. LionScribe
"Peter Hamilton-Scott" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > I have a DmOpenRef variable. My app then notifies a routine that > performs a GPS function every second. This works well. I can't/dont > trust my DmOpenRef variable to be valid, and I think the strange > problems I've been having with resets is because the variable is no > longer global. So I thought if my app opened the .pdb file and stored > the DmOpenRef in feature memory, then my callback function can simply > look at it and use it to process the .pdb file that is already opened. > That way, if another app gets launched, my callback will still run and > can use the .pdb file. > > My question is: do you think this will actually work ok? > -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
