1 : An unexpected internal error occurred: _. The application will attempt to recover from this error.
2 : A fatal error has occurred: _. The application will be stopped.
3 : Assertion failure: _.
4 : NLS file _ is badly formatted.
5 : Unable to open NLS file _.
6 : Are you sure you want to quit this application?
7 : Are you sure you want to discard the changes made?
/*
/* Syntax definition items:
/*
8 : '<comment-text>'
9 : <trigger-name>
10 : <table-name>
11 : <correlation-name>
12 : (<when-sql-condition>)
13 : <trigger-sql-statement> ;
14 : <trigger-sql-statement>
15 : OLD may only be defined once
16 : NEW may only be defined once
17 : OLD_TABLE may only be defined once
18 : NEW_TABLE may only be defined once
19 : FOR EACH STATEMENT may only be specified for AFTER triggers
20 : OLD_TABLE may only be specified for AFTER triggers
21 : NEW_TABLE may only be specified for AFTER triggers
/* Database errors:
22 : Unable to open database session
23 : Unable to obtain database names
24 : Unable to connect to database ^
/*
/* Window 1 - select trigger to be modified/used
/*
25 : Visualizer Create DB2 Trigger Utility
26 : Model trigger on:
27 : Database
28 : Trigger schema
29 : Trigger name
30 : Filename
31 : OK
32 : Cancel
33 : Help
34 : Existing trigger
35 : Saved text file
36 : Template
37 : Select text file
38 : Select filename:
39 : Unable to import trigger text from database. Read the message log _ for more details
/*
/* Window 2 - trigger details window
/*
40 : Create DB2 trigger details
41 : Create trigger as
42 : Database
43 : Trigger schema
44 : Trigger name
45 : Apply trigger
46 : To each row
47 : To each statement
48 : Before database changes
49 : After database changes
50 : Trigger activated by
51 : Table schema
52 : Table name
53 : Action
54 : Additional conditions
55 : SQL statements to be executed
56 : OK
57 : Apply
58 : Save text...
59 : Cancel
60 : Help
61 : Insert
62 : Delete
63 : Update
64 : <current schema>
65 : Column names
66 : Remarks
67 : Save trigger SQL to file
68 : Save as:
69 : Comment:
70 : A valid trigger must have a trigger name
71 : A valid trigger must have a table name
72 : Apply on each statement and before database changes are mutually exclusive.
73 : You must select a database in order to create the trigger
74 : The trigger has been successfully created.
75 : An error occurred whilst creating the trigger.
76 : Trigger _ already exists in database _. If you choose to replace the trigger you will be given the opportunity to save the existing definition. Do you want to replace the trigger?
/*
/* Parser Module - Syntax error strings
/*
77 : The trigger SQL contains a syntax error near _
78 : end of file
79 : : expecting _
/*
/* Window 3 - trigger conditions window
/*
80 : Create DB2 Trigger Conditions
81 : Correlation names
82 : Temporary table names
83 : Old
84 : New
85 : Trigger will be executed when:
86 : OK
87 : Cancel
88 : Help
90 : Create DB2 Trigger Actions
91 : Actions when trigger conditions are met:
92 : Correlation and table names must be unique
93 : The trigger SQL contains a syntax error: correlation and table names must be unique
/*
/* More database messages
/*
95 : Unable to obtain access to ^ database tables
96 : Unable to open database session
97 : Unable to obtain database names
98 : Unable to connect to database ^
99 : Unable to fetch using SQL
100 : This utility cannot be used with database ^. The utility can only be used with DB/2 Version 2 databases.
101 : unable to commit changes
103 : The comment on trigger ^ will be ignored.
104 : unable to open file dialog
105 : statement separator missing
106 : garbage found following SQL
107 : The trigger comment read from file _ is longer than 254 characters. It will be truncated.
108 : File _ cannot be read. OS/2 error code = _.
109 : File _ cannot be loaded - line _ contains more than 254 characters.
110 : ~
111 : Do you wish to save the definition of existing trigger _?