1.

What Is Dataset Object?

Answer»

The DataSet provides the BASIS for DISCONNECTED storage and manipulation of RELATIONAL data. We fill it from a data STORE, work with it while disconnected from that data store, then reconnect and flush changes back to the data store if REQUIRED.

The DataSet provides the basis for disconnected storage and manipulation of relational data. We fill it from a data store, work with it while disconnected from that data store, then reconnect and flush changes back to the data store if required.



Discussion

No Comment Found