7      Stored Procedures

Stored procedures (and features) are supported in most used relational database systems. A stored procedure is a set of SQL statements (scripts) that can be stored in the database server. Once this has been done, clients don't need to keep reissuing the individual statements but can refer to the stored procedures stored in the database instead.

 

Database Master provides Procedure Manager Window to manage database procedures. Using Procedure Manager you can add new procedures (or features) and delete existing ones, execute the procedures or show the procedure properties.

 

image

Stored Procedure Manager

 

 


powered by Nucleon Software