The purpose of this dialog box is to insert a stored procedure into your JSP page.
Dreamweaver automatically fills in the Callable Text and Variables boxes.
Dreamweaver runs the stored procedure and displays the recordset, if any.
NOTE |
|
If the stored procedure returns a recordset and takes parameters, you must enter a value in the Default Value column in the Variables box to test the stored procedure. |
After you close the Callable (Stored Procedure) dialog box, Dreamweaver inserts JSP code in your page that, when run on the server, calls a stored procedure in the database. The stored procedure in turn performs a database operation, such as inserting a record.