Contents

 
Home
PHPRunner 6.0 manual
Prev Page Next Page
 
 

Save old data in another table

 

To save old data in another table use Save old data record in another table action.

Available in following events:

step11-1-9

yellowbulbNote: Change the values listed in red to match your specific needs.

//**********  Save old data record in another table  ************

global $conn,$strTableName;

$strSQLSave = "INSERT INTO AnotherTable (Field1Field2

  SELECT Field1Field2 FROM ".$strTableName." where ".$where;

db_exec($strSQLSave,$conn);

Converted from CHM to HTML with chm2web Standard 2.85 (unicode)