![]() | Products |
| Home » Elevate Software Blog » Casual Friday for Week Ending April 23rd |
CREATE TRIGGER "InsertError" ERROR INSERT ON "customer"
BEGIN
-- Check for constraint error (1004) and test to see
-- if the primary key column CustID (VARCHAR) is blank
IF ERRORCODE()=1004 AND NEWROW.CustID IS NULL THEN
SET NEWROW.CustID='';
RETRY;
ELSE
RAISE;
END IF;
END| Tags: Casual Friday | Permanent Link |
| You must be logged in to comment | |
| Reply | |
>to specifically run them as Administrator
On XP you can right click the installation .EXE do Execute as... then continue installation and you are prompted with Select a user ... Doesn't it work on Vista and later ? | |
This web page was last updated on Monday, October 27, 2025 at 09:11 AM | Privacy Policy © 2025 Elevate Software, Inc. All Rights Reserved Questions or comments ? |

