ReadDB
You can use the ReadDB web method to get row(s) of data for a given table, column name and value.
Parameters
The ReadDB web method includes the following parameters:
| # | Parameters | Data Type | Description |
|---|---|---|---|
| 1. | tableName | String | Name of table. |
| 2. | primaryColumn | String | Name of column. |
| 3. | primaryColumnValue | String | Value to be matched. |
| 4. | 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
Returns a dataset of matched values.