...
Parameter | Description |
---|---|
| SQL string containing one or more parameter placeholders ('?') |
| Value(s) to bind against parameter placeholders |
| Name of the database profile(s) to use for access |
Returns | -1 in case of failure the error details can be found in System Log, otherwise an integer equal to the number of rows updated or inserted |
...