JavaScript LABKEY.Query API and Database transactions | jeckels | 2012-11-06 08:45 |
Status: Closed | ||
Hi Scott, One more thing to add - you can use LABKEY.Query.updateRows() to manipulate multiple tables with insert, update, and delete operations and control whether the whole set of operations is performed in one transaction, or if each separate command is transacted separately. LABKEY.Query.executeSQL(), like all APIs that currently operate on LabKey SQL, is strictly read-only, since we only support SELECT statements. Thanks, Josh |
||