"Daniel Carlan ( InfoData Bacau )" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hi, > > I've experienced the same problem in the past and the only solution that > I've come up with was to use DmRemoveRecord instead of DmDeleteRecord. > Try this and see if it still crashes. That's if u don't need the record > for further usage. > > while( DmNumRecords(gDBSMTH) != 0 ) > { > error = DmRemoveRecord ( gDBSMTH, 0 ); > } > > Regards, > > -- > --- > Daniel Carlan-Mihai > Linux Administrator @infodatabc.ro > And a very happy Linux user no 314533 > > -- > -- > InfoData Bacau. > www.infodatabc.ro >
Unfortunately, I need the delete instead of remove because the app uses a conduit to sync with a PC database. Ralph -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
