1.

What Are The Different Statuses A Row Can Have In A Dw And What Function Do You Call To Find The Status?

Answer»

The 4 DW Statuses:

  1. Not Modified – the INFORMATION in the row/column is unchanged from what was RETRIEVED.
  2. Data Modified – the information in a column or one of the columns in the row has changed since it was retrieved
  3. New Modified – the row is new and values have been ASSIGNED to columns. (Changes are primarily due to user entry or by using the set item () method)
  4. New – the row is new and values have not been SPECIFIED to columns.

All are APPLICABLE to rows but only 1 & 2 are applicable to columns.
Getitemstatus () can be used to find the data window status.

The 4 DW Statuses:

All are applicable to rows but only 1 & 2 are applicable to columns.
Getitemstatus () can be used to find the data window status.



Discussion

No Comment Found