TSivak3Database
database connection
published to component palette
TSivak3SimpleTable
not a TDataset descendant
published to component palette
very fast, usable to fill some string list, string grid, list view, etc...
see GetValues procedure(s)
TSivak3Exec
not a TDataset descendant
published to component palette
usable for executing SQL, one or more SQL commands, separated by semicolon
if the SQL command(s) returns a cursor, individual records are
taken by "OnFetchRecord" event
TSivak3Command
base TDataset descendant, not published to component palette
fully usable, no abstract or empty methods
you can use in runtime as a simplified query ( TSivak3Command.Create... )
ancestor for standard dataset objects (TSivak3Query, TSivak3Table)
TSivak3Query
TDataset (TSivak3Command) descendant
published to component palette
TSivak3Table
TDataset (TSivak3Command) descendant
published to component palette