We had a very similar issue with our app on the T5's and Treo650's recently. After iterating through about a 1000 records our reads would start failing. We found that making a call to DmSyncDatabase every 500 records made this problem go away. I'd be interested to see if this holds true in your test case.
Regards, Aaron Hansen Extended Systems >-----Original Message----- >From: [EMAIL PROTECTED] >[mailto:[EMAIL PROTECTED] On Behalf Of >Michael A. Waldron >Sent: Friday, March 11, 2005 12:47 PM >To: Palm Developer Forum >Subject: Re: Newer and greater NVFS woes > > >My tests use ExgDBWrite, and I have the callback set as an >empty function. > >-Mike > >At 01:00 PM 3/11/2005, you wrote: >>In our tests we use DmReleaseRecord(db, recno, false) - yet the same >>behavior :) >> >>Best regards, >> Jan Slodicka >> >> >>----- Original Message ----- >>From: "Regis St-Gelais" <[EMAIL PROTECTED]> >>Newsgroups: palm-dev-forum >>To: "Palm Developer Forum" <[email protected]> >>Sent: Friday, March 11, 2005 5:48 PM >>Subject: Re: Newer and greater NVFS woes >> >> >> > "Dave Carrigan" <[EMAIL PROTECTED]> a �crit dans le message >de news: >> > [EMAIL PROTECTED] >> > > On Fri, Mar 11, 2005 at 07:34:32AM -0500, Regis St-Gelais wrote: >> > <snip> >> > > Unlikely - creating a database full of records is not exactly >> > > rocket science. >> > <snip> >> > >> > I meant no disrespect, but mistakes and typos do happen. >> > >> > <snip> >> > > ::DmReleaseRecord(db, recno, true); >> > >> > <snip> >> > >> > The "true" is what I wanted to see :) >> > >> > -- >> > Regis St-Gelais >> > www.laubrass.com >> > >> > >> > >> > -- >> > For information on using the Palm Developer Forums, or to >> > unsubscribe, >>please see http://www.palmos.com/dev/support/forums/ >> >> >>-- >>For information on using the Palm Developer Forums, or to unsubscribe, >>please see http://www.palmos.com/dev/support/forums/ > >--- >Michael A. Waldron, AE0MW >PGP: http://www.mikew.org/mypgpkey.txt > > >-- >For information on using the Palm Developer Forums, or to >unsubscribe, please see http://www.palmos.com/dev/support/forums/ > > -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
