> DataMgr.c Line 2369, Err closing DB (For future posts, include the OS version & type (debug/release) - it makes it easier to track down. A better subject would be good too.)
You're on a debug ROM. You're calling DmCloseDatabase and it's returning an error code. You can look at the error code to see what's wrong. It's probably dmErrInvalidParam. This indicates that the DmOpenRef you passed in is invalid, probably because it was already closed. DmCloseDatabase returns this error code if it can't find the DmOpenRef you specify in the list of open databases. -- Danny @ PalmSource -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
