At 4:09 AM -0800 2002/02/15, Max Bian wrote: >Does "unprotected DB" mean anything special?
It means DmDatabaseProtect was not called on the database; protected databases are handled a little differently by the data manager. The error however is telling you that a record was still busy when the database was closed -- e.g. you did a DmGetRecord without a corresponding DmReleaseRecord. The "unprotected" part of the error probably isn't the critical factor to look into here... but it could be related. Regards, Jim Schram PalmSource Inc. Partner Engineering -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/
