The major properties that you will probably
need to edit when using this component are described as follows:
operationType: specifies what operation the binding component is
performing??”poll, insert, update, find, or delete.
sql: sql that will be executed against the database. If the sql is a select
statement, then the numberOfRecords property specifies how many rows
are retrieved from the database.
PollingPostProcessing: After the database has been polled for new records,
the binding component can be requested to perform post processing on the
rows that have been polled. The PollingPostProcessing property can be set
to several different values:
Delete: polled rows are deleted after polling.
MarkColumn: The column specified by the
MarkColumnName property on the polled rows
will be updated to hold the value specified in the
MarkColumnValue property. This property can be checked
when the database is polled to ensure the existing data is not
continually re-polled.
MoveRow: polled rows of data are moved to the table
specified by the MoveRowToTableName property.
CopyRow: polled rows of data are copied to the table
specified by the MoveRowToTableName property.
??? ???
???
?° ?° ?° ?°
Binding Components
[ 68 ]
PollMilliSeconds: time period in milliseconds between individual polls of
the database.
Pages:
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80