Skip to main content

UpdateDB

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:

#ParametersData TypeDescription
tableNameStringName of table whose row(s) has to be updated.
primaryColumnStringColumn name whose value has to be compared before update
primaryColumnValueStringColumn name whose value has to be compared before update
dataColumnNameStringColumn name whose value has to be updated.
dataColumnValueStringNew value to be updated for specified column
passwordStringPipe (\

Return Value

Count of updated rows.