A set of classes for connecting to SQL databases and running SQL commands on them.
uses |
||
System, |
||
SysUtils, |
|
Exceptions and conversions. |
DB, |
|
Database access layer. |
|
Implements a database-aware buffered dataset. |
|
sqlscript, |
|
SQL script support. |
|
Types used in various SQL related units. |
The SQLDB unit defines four main classes to handle data in SQL based databases.
There is also a unified way to retrieve schema information, and a registration for connector types. More information on how to use these components can be found in UsingSQLDB.
|
Using SQLDB to access databases. |
|
|
Using the universal TSQLConnector type. |
|
|
Retrieving Schema Information. |
|
|
Automatic generation of update SQL statements. |
|
|
Using parameters. |