Contents

 
Home
ASPRunner Professional 7.0 manual
Prev Page Next Page
 
 

Save new data in another table

 

To save new data in another table use Save new data in another table action.

Available in following events:

step11-1-2

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

'**********  Save new data in another table  ************

set dal_table=dal.Table("AnotherTable")

dal_table.Field1=values("Field1")

dal_table.Field2=values("Field2")

dal_table.Add()

For more information about using Data Access Layer (DAL), see Data Access Layer.

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