Macromedia dreamweaver 8-using dreamweaver User Manual

Page of 1030
Building pages with advanced data manipulation objects (ASP and JSP)
949
The Delete Record dialog box appears.
2.
Complete the dialog box.
For more information, click the Help button in the dialog box.
3.
Click OK.
Dreamweaver adds a server behavior to the page that lets users delete records in a database 
table by clicking the Submit button on the form.
Building pages with advanced data 
manipulation objects (ASP and JSP)
You can use Dreamweaver to build pages that use stored procedures, ASP command objects, 
and JSP prepared statements.
Using stored procedures to modify databases (ASP 
and JSP)
You can use a stored procedure to modify a database. A stored procedure is a reusable database 
item that performs some operation on the database.
Before you use a stored procedure to modify a database, make sure the stored procedure 
contains SQL that modifies the database in some way. To create and store one in your 
database, consult your database documentation and a good Transact-SQL manual.
The procedure for using a stored procedure varies depending on your server model.
NOT
E
mySQL and Microsoft Access databases do not support stored procedures.