Write Data Scripts

These scripts modify data in the target database. Make sure the DSN for this template has the appropriate permissions.

Insert

This script should specify an insert statement to insert a single row for a value in WriteValue at time in WriteTime for the tag id in TagId.

Update

This script should specify an update statement to insert a single row for a value in WriteValue at time in WriteTime for the tag id in TagId.

Delete

This script should specify a delete statement to delete a single record at time in WriteTime for the tag id in TagId.

Delete Range

This script should specify a delete statement to delete all records between StartTime and EndTime for the tag id in TagId.