Re: EDB Abend
- Posted by Robert Craig <rds at RapidEuphoria.com> Mar 14, 2002
- 426 views
JVandal writes: > I am developing a Windows program utalizing the EDB. > I am abending and the database sometimes doesn't > get closed. Is there a way to close it after the program > has abended. If your program dies prematurely Euphoria will close any open .edb files, and all other files, for you. All operations on the database up to that point will be reflected in the database file. The only problem you might have, is if you opened the .edb file with an exclusive lock on it. I'm not sure if the operating system will automatically clear the lock, or whether you might have to reboot to clear it. Regards, Rob Craig Rapid Deployment Software http://www.RapidEuphoria.com