![]() | Products |
| Home » Technical Support » ElevateDB Technical Support » Incident Reports » Incident Reports Addressed for Version 2.05 » View Incident Report |
| Reported By: Jim Garrity Reported On: 1/26/2011 For: Version 2.05 Build 2 |
CREATE TRIGGER "LogInsertError" ERROR INSERT ON "Customer" WHEN LoadingUpdates () Begin Execute Immediate 'INSERT INTO Load_Errors (?,?,?,?,?,?)' USING 'Insert', Current_TimeStamp(), ErrorCode(), ErrorMsg(), NewRow.State, 'Appointment'; End Workaround: CREATE TRIGGER "LogInsertError" ERROR INSERT ON "Customer" WHEN LoadingUpdates () Begin declare Error_Code INTEGER DEFAULT ErrorCode(); declare Error_Msg VARCHAR DEFAULT ErrorMsg(); Execute Immediate 'INSERT INTO Load_Errors (?,?,?,?,?,?)' USING 'Insert', Current_TimeStamp(), Error_Code, Error_Msg, NewRow.State, 'Appointment'; End
This web page was last updated on Wednesday, October 22, 2025 at 04:21 PM | Privacy Policy © 2026 Elevate Software, Inc. All Rights Reserved Questions or comments ? |

