VoidHand h = DmNewRecord(gDatabase, 0, 1);
if(h)
{
DmReleaseRecord(gDatabase, 0, true);
}
this causes a fatal error when my program closes....
the database is closed before the program closes....
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
http://www.palmos.com/dev/tech/support/forums/
- RE: Should this cause an error... Jeremy Nuss
- RE: Should this cause an error... John Wilson
