hi, i have to delete a record from a database.i am using DmRemoveRecord for that.but when i iterate the database for another record from the begining using for(i=0;i<DmNumRecords(db1);i++) rech=DmQueryRecord(db1,&i);
its giving error when it reaches the record i deleted early. i read from some docs that records Removed are kept at the end of database.so why its trying to read the same at its original position somebody give me a solution regrds reshma ----- Original Message ----- From: "Michael Glickman" <[EMAIL PROTECTED]> To: "Palm Developer Forum" <[EMAIL PROTECTED]> Sent: Thursday, December 13, 2001 8:25 AM Subject: RE: Random number from 1 to 15 > Conrgats > > A nice idea for a Palm game given that is has touch screen. > M. > > > -----Original Message----- > From: Tom Hoelscher [mailto:[EMAIL PROTECTED]] > Sent: Thursday, 13 December 2001 1:48 PM > To: Palm Developer Forum > Subject: Re: Random number from 1 to 15 > > > Now, display this in a larger font (perhaps 24 point), and get a gun that > shoots those little darts with a suction cup on the end, along with 14 > darts. > > > -- > For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/ > -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/
