I have an SQL return an STM page with a table that has values from multiple records in a form.  The user can edit the form field values, and then I would like to update the database table.  In the update STM script, I have the following for a simple test app, but it is not working.  What am I missing?
 
<RCwhile RCFmytest=1>
 
<RCQmytest sql="UPDATE timelog
 SET
  staff='RC$staff'
 WHERE
  serial=RC$serial">
 
<RCendwhile>
-------------------------------------------------------
To unsubscribe please go to http://www.sambar.ch/list/


Reply via email to