![]() | ![]() Products ![]() ![]() ![]() ![]() |
Home » Technical Support » ElevateDB Technical Support » Support Forums » ElevateDB General » View Thread |
Messages 1 to 3 of 3 total |
![]() |
Wed, May 30 2018 5:08 PM | Permanent Link |
Ian Branch | Hi Team,
I have the following piece of code.. {code} if (E is EDatabaseError) and (E is EEDBError) then begin if (EEDBError(E).ErrorCode = EDB_ERROR_LOCK) then begin .. .. {code} Lifted straight from the manual. The "EDB_ERROR_LOCK" isn't recognised. I have edbconsts, edbcomps & edbtype in the uses. I did a search of the .pas & .dfm files in the EDB install directory and didn't find it. Regards, Ian |
Wed, May 30 2018 6:05 PM | Permanent Link |
Steve Gill | Hi Ian,
<< The "EDB_ERROR_LOCK" isn't recognised. I have edbconsts, edbcomps & edbtype in the uses. >> You'll need to add edberror to your Uses clause. = Steve |
Wed, May 30 2018 6:25 PM | Permanent Link |
Ian Branch | Steve Gill wrote:
>> You'll need to add edberror to your Uses clause. Cheers. Tks Steve. |
This web page was last updated on Tuesday, July 1, 2025 at 07:22 PM | Privacy Policy![]() © 2025 Elevate Software, Inc. All Rights Reserved Questions or comments ? ![]() |