RE: new subject line:) 'Inconsistent behavior with Database Operations....

2000-08-01 Thread William F. Weiher III
and not something I thought at one time) -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Frank Ableson Sent: Monday, July 31, 2000 20:16 To: Palm Developer Forum Subject: new subject line:) 'Inconsistent behavior with Database Operations" Can anyone

Re: new subject line:) 'Inconsistent behavior with Database Operations....

2000-08-01 Thread Holger Klawitter
dataH = DmQueryRecord(mydbref,recindex); // I get a valid (?) VoidHand, which I then use to lock down that record. just want to read the record... dataP = (BytePtr) MemHandleLock(dataH); this line works for some databases and causes a fatal exception for others?? Perhaps the handle

new subject line:) 'Inconsistent behavior with Database Operations....

2000-07-31 Thread Frank Ableson
Can anyone offer some insight to the problem outlined below. Thank you. Frank W.F. Ableson [EMAIL PROTECTED] wrote in message news:19178@palm-dev-forum... VoidHand dataH; BytePtr dataP; dataH = DmQueryRecord(mydbref,recindex); // I get a valid (?) VoidHand, which I then use to lock