"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
>

For completeness, I did try DmRemoveRecord in place of DmDeleteRecord.
The crash does not occur in this case, as expected. It seems that the
bug is limited to the DmDeleteRecord function. Unfortunately,
DmRemoveRecord is not a workaround option. DmDeleteRecord is required
for conduit support.

Ralph



-- 
For information on using the Palm Developer Forums, or to unsubscribe, please 
see http://www.palmos.com/dev/support/forums/

Reply via email to