Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Note
titleNote!

For MS SQL, the column type timestamp is not supported in tables accessed by . Use column type datetime instead. 

Please refer to the Notes section in the 9. Database Functions page for details on allowed database data type.

sqlExec

The sqlExec function is used when updating and inserting data into tables. It returns an integer value stating how many rows were updated/inserted. SQL errors will cause runtime errors (the workflow aborts).

...