Login ProductsSalesSupportDownloadsAbout |
Home » Technical Support » ElevateDB Technical Support » Incident Reports » Incident Reports Addressed for Version 2.05 » View Incident Report |
Minor |
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 30, 2024 at 11:41 AM | Privacy PolicySite Map © 2024 Elevate Software, Inc. All Rights Reserved Questions or comments ? E-mail us at info@elevatesoft.com |