UpdateDB
App Portal 2020 R1
You can use the UpdateDB web method to update row(s) of data for given table, column name, and value.
Parameters
The UpdateDB web method includes the following parameters:
# |
Parameters |
Data Type |
Description |
|||
|
tableName |
String |
Name of table whose row(s) has to be updated. |
|||
|
primaryColumn |
String |
Column name whose value has to be compared before update |
|||
|
primaryColumnValue |
String |
Column name whose value has to be compared before update |
|||
|
dataColumnName |
String |
Column name whose value has to be updated. |
|||
|
dataColumnValue |
String |
New value to be updated for specified column |
|||
|
password |
String |
Pipe (|) separated combination of Fl@xera!, short date format of the current date, and a GUID. For example: Fl@xera!|6/1/2016|6aa7a31513a162004e5050f32244b0ff |
Return Value
Count of updated rows.
App Portal / App Broker 2020 R1 Administration GuideAugust 2020 |