SQLite3 database components 1.0
By Ivan Sivak
Freeware 01 Dec 2010In category
DB-Aware Components > Direct DB Access > SQLite
Description
Contains:- 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.
Informations
- Status: Fully functional
- Source: FW
- Source price: $58.800000
- Size: 1 629 274kB
Platforms:
- Delphi 2007 (VCL)
- Delphi 2010
- Delphi 7
Downloads