This topic is locked

How to Delete from VIEW ? / PHPRunner 5.1

4/5/2011 10:33:11 AM
PHPRunner General questions
O
olegsg author

Hi
I have phprunner web page based on server VIEW table (not able to update) but I want to be able to

delete some records passing selected keys from this page to web page based on original table.
I had similar issue with Edit, but now need to Delete:

http://www.asprunner.com/forums/topic/12491-how-to-redirect-from-view-edit-to-table-edit-passing-same-value/
Could you suggest PHP code to put in Events stage ?

Sergey Kornilov admin 4/5/2011

Try something like this:

CustomQuery("delete from MyTable where ".$where);