1. EDB Abend
- Posted by sixs at ida.net Mar 14, 2002
- 402 views
This is a multi-part message in MIME format. ------=_NextPart_000_016A_01C1CBAE.9EF09700 charset="iso-8859-1" Hello, 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. (Program bombs instead of abends in current talk. ) JVandal. ------=_NextPart_000_016A_01C1CBAE.9EF09700 charset="iso-8859-1" <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML><HEAD> <META content="text/html; charset=iso-8859-1" http-equiv=Content-Type> <META content="MSHTML 5.00.2722.2800" name=GENERATOR> <STYLE></STYLE> </HEAD> <BODY bgColor=#ffffff> <DIV><FONT face=Arial size=2>Hello,</FONT></DIV> <DIV><FONT face=Arial size=2>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.</FONT></DIV> <DIV> </DIV> <DIV><FONT face=Arial size=2>(Program bombs instead of abends in current talk. ) </FONT></DIV> <DIV><FONT face=Arial size=2></FONT> </DIV> ------=_NextPart_000_016A_01C1CBAE.9EF09700--
2. Re: EDB Abend
- Posted by Robert Craig <rds at RapidEuphoria.com> Mar 14, 2002
- 427 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