So, after every h=DmGetRecord(db, r), I should do a MemHandleFree(h)? But if I do that, I can't do anymore DmGetRecord(db, r)
Richard Hartman wrote: > > Your are not allocating memory for the chunk you are using, but you > are kind of laying claim to it for a while. Yes, you should release > the record handle when you are done with it. -- For information on using the ACCESS Developer Forums, or to unsubscribe, please see http://www.access-company.com/developers/forums/
