![]() | ![]() Products ![]() ![]() ![]() ![]() |
Home » Technical Support » ElevateDB Technical Support » Incident Reports » Incident Reports Reported for Version 1.05 » View Incident Report |
![]() |
Reported By: Ralf Bieber Reported On: 9/2/2007 For: Version 1.05 Build 2 |
CREATE PROCEDURE "Archiv" () BEGIN start transaction; begin ... commit; exception rollback; RAISE ERROR CODE 10000 MESSAGE 'Error: '+ERRORMSG(); end; END ############################### ================================================================================ SQL Error (ElevateDB 1.05 Build 2) ================================================================================ ElevateDB Error #700 An error was found in the statement at line 71 and column 41 (Expected ; but instead found +) ############################### CREATE PROCEDURE "Archiv" () BEGIN start transaction; begin ... commit; exception rollback; RAISE ERROR CODE 10000 MESSAGE ERRORMSG(); end; END ############################### ================================================================================ SQL Error (ElevateDB 1.05 Build 2) ================================================================================ ElevateDB Error #700 An error was found in the statement at line 71 and column 32 (Invalid expression ERRORMSG found, exception handling statements and functions not allowed) ############################### CREATE PROCEDURE "Archiv" () BEGIN declare ers clob; start transaction; begin ... commit; exception rollback; set ers =ERRORMSG(); RAISE ERROR CODE 10000 MESSAGE concat('Error: ', ers); end; END ############################### Execute is OK, but if the procedure runs a error-message box is shown: Remote: 'ElevateDB Error #9999 Access violation at address 0051D5C5 in module 'edbsrvr. exe'. Read address 00000088. Local 'Access violation at address 005505C5 in module 'edbmgr.exe'. Read address 00000088. ###############################
This web page was last updated on Wednesday, February 8, 2023 at 07:22 AM | Privacy Policy![]() © 2023 Elevate Software, Inc. All Rights Reserved Questions or comments ? ![]() |