Oracle 5.0 Reference Manual page 1857

Table of Contents

Advertisement

You can also set all the options directly in the SQL Editor, using the standard
CREATE FUNCTION
To save changes you have made, use either Save or Save All buttons of the Visual Studio main
toolbar, or press Control+S.
Figure 20.17. Stored Procedure SQL Saved
To observe the runtime behavior of a stored routine and debug any problems, use the Stored
Procedure Debugger (available in Connector/Net 6.6 and higher). See
Stored Procedures and Functions"
20.2.3.6. Editing Triggers
To create a new trigger, right-click the node of the table in which to add the trigger. From the node's
context menu, choose the Create Trigger command. This command opens the SQL Editor.
To modify an existing trigger, double-click the node of the trigger to modify, or right-click this node and
choose the Alter Trigger command from the context menu. Either of the commands opens the SQL
Editor.
To create or alter the trigger definition using SQL Editor, type the trigger statement in the SQL Editor
using standard SQL.
All other trigger properties are set in the Properties window. These properties are:
• Definer
• Event Manipulation
• Name
• Timing
Some of these properties can have arbitrary text values, others accept values from a predefined set. In
the latter case, set the desired value using the embedded combo box.
The properties
To save changes you have made, use either Save or Save All buttons of the Visual Studio main
toolbar, or press Control+S. Before changes are saved, you will be asked to confirm the execution of
the corresponding SQL query in a confirmation dialog.
To observe the runtime behavior of a stored routine and debug any problems, use the Stored
Procedure Debugger (available in Connector/Net 6.6 and higher). See
Stored Procedures and Functions"
Connector/Net Visual Studio Integration
statement. However, it is recommended to use the Properties window instead.
for details.
Note
Enter only the trigger statement, that is, the part of the
that is placed after the
Table, Schema, and
Event
for details.
clause.
FOR EACH ROW
in the Properties window are read-only.
Server
1837
CREATE PROCEDURE
Section 20.2.3.8, "Debugging
CREATE TRIGGER
Section 20.2.3.8, "Debugging
or
query

Advertisement

Table of Contents
loading

This manual is also suitable for:

Mysql 5.0

Table of Contents