> From: Emry, Owen [mailto:[EMAIL PROTECTED]]
> The DmOpenRef is lost if the application crashes or the device is
> otherwise reset. At this point I then have an open database, and I'm not
> sure the best way to close it. I presume this requires either recovering
> the DmOpenRef or modifying the database header.
But IIRC, the OS closes all open databases during a reset, so you should
never end up in the situation you described. Are you really seeing this
behavior, where your database remains open across a reset?
-slj-