TMySQLDataset encapsulates database connectivity for descendant dataset objects. TMySQLDataSet defines database-related connectivity properties and methods for a dataset. Applications never use TMySQLDataset objects directly. Instead they use the descendants of TMySQLDataSet, such as TMySQLQuery, TMySQLTable and TMySQLStoredProc, which inherit its database-related properties and methods.
See also: Properties, Methods, Events |