SqlUpdate
Updates rows into a Table using an SQL "where" clause. DataArray should contain field names and values. Only server administrators may access this function.
Arguments
Table - The table whose the rows should be updated. See the Programmer's Guide in the Reference Manual for more information about ListManager's tables (string)
DataArray - The data array to update the table (ArrayOfKeyValueType)
SqlWhere - The SQL "where" clause that should be run (string)
Returns
Success Flag (boolean)
![]() ![]() |