[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
A set of classes for connecting to SQL databases and running SQL commands on them.
uses |
||
db, |
|
Database access layer |
bufdataset, |
||
sqlscript; |
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 |