Saturday, April 7, 2012

PHP - Updating, Deleting and Finding records

Update, Delete, and the Find function usually involves 2 files for proper execution
1)      1st file – viewing  ,  and Go to Detail page using passed parameter
2)      2nd file – The details of the filtered record through passed parameter for handling the task

The second file, Update2   and delete2   and find2 needs
(This is detail page set from   update   and    delete)
·         Form
·         Record Set
·         Update

 Update

1. Create a view file for viewing the records from which the particular record is to be updated or deleted
 2. Use Recordset  and Repeat Region accordingly
     Drag the fields into tables



No comments:

Post a Comment