-
editing record
how do i edit data from sql by using asp.(i get to edit)
then i change the data ( what coding can i write to edit and update to database?)
thanks.
-
Re: editing record
pull your recordset (using select statement) into text boxes/textareas/whatever
form object you want to use.
the action of the form should post to a page that creates an SQL statement
(update/insert/select) from the variables you are passing...execute the sql
"jac" <jacwhkom@tm.net.my> wrote:
>
>how do i edit data from sql by using asp.(i get to edit)
>then i change the data ( what coding can i write to edit and update to database?)
>
>thanks.
>
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Development Centers
-- Android Development Center
-- Cloud Development Project Center
-- HTML5 Development Center
-- Windows Mobile Development Center
|