David Staudt | My understanding is that the executeSqlUpdate SQL statement is under-the-covers wrapped in a transaction when executed. It is possible to include multiple SQL statements in the request (separated by semi-colons), with the effect being a transaction set. Take care with this, as you are updating a mission-critical real-time database - design and testing should be done to ensure that write locks and other DB delays are absolutely minimized. |
| Please sign in to flag this as inappropriate. |