update
Description
update constructs a SQL UPDATE statement using whatever is contained in params.
Note: In order to ensure compatibility with other Salesware applications, do not use this call. Compatibility is ensured only if you use the pre-defined calls that write data to the SiriusSQL database.
Input fields
XML tag | Description |
params | UPDATE SQL statement, minus the UPDATE. |
Return fields
Examples
Example invocation:
<func>update</func><params>guests set first_name='JOSEPH' where guest_no=4168078001</params>
Example return string:
OK :System Info Read, System Info Read, Function update did not return information
See also