--- l e s s <[EMAIL PROTECTED]> wrote:

> I was hoping someone out there has seen this fatal
> error before:
> DataMgr.c, Line 7025, DmWrite: DmWriteCheck failed.

DmWriteCheck is called by DmWrite to verify that the
parameters passed in to it are reasonable and will not
cause any data loss.  It can fail two ways:

1. dmErrNotValidRecord
   - the record handle is not valid
2. dmErrWriteOutOfBounds
   - writing will exceed the bounds of the record

>From your description, it seems likely that #2 is your
problem.

You didn't post any code, but the fix is to either
1. limit the # of bytes you write to the amount of
space the record can hold, or
2. resize the record before writing so it can hold
more data.


__________________________________________________
Do You Yahoo!?
Check out Yahoo! Shopping and Yahoo! Auctions for all of
your unique holiday gifts! Buy at http://shopping.yahoo.com
or bid at http://auctions.yahoo.com

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

Reply via email to