Oracle 5.0 Reference Manual page 1856

Table of Contents

Advertisement

Connector/Net Visual Studio Integration
Figure 20.16. Edit Stored Procedure SQL
To create a new stored function, right-click the Functions node under the connection node in Server
Explorer. From the node's context menu, choose the Create Routine command.
To modify an existing stored routine (procedure or function), double-click the node of the routine to
modify, or right-click this node and choose the Alter Routine command from the context menu. Either
of the commands opens the SQL Editor.
To create or alter the routine definition using SQL Editor, type this definition in the SQL Editor using
standard SQL. All other routine properties can be set in the Properties window. These properties are:
• Body
• Catalog
• Comment
• Creation Time
• Data Access
• Definer
• Definition
• External Name
• External Language
• Is Deterministic
• Last Modified
• Name
• Parameter Style
• Returns
• Schema
• Security Type
• Specific Name
• SQL Mode
• SQL Path
• Type
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.
1836

Advertisement

Table of Contents
loading

This manual is also suitable for:

Mysql 5.0

Table of Contents