Forums
This topic is locked
UPDATE command sql
Posted 05 Nov 2002 11:47:27
1
has voted
05 Nov 2002 11:47:27 Jelle-Jacob de Vries posted:
Could someone tell how to create a UPDATE command(Stored Procedure) to update a record in the database onclick.I know I can use the build in update record behaviour but, I want to use that for something else.
The column status has the default value of "1", onclick it has to be set to "0"
The page where I want to use this command, is a detailpage so the recordID (the record to update) has to be requested from the previous page, or not ?