Data module

From Lazarus wiki
Revision as of 14:17, 15 August 2016 by Arent (talk | contribs) (Created page with "{{Infobox databases}} A '''data module''' is a database specific kind of pascal unit. Much like a TForm you can drop components on it, as long as they are non-visible....")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search
Databases portal

References:

Tutorials/practical articles:

Databases

Advantage - MySQL - MSSQL - Postgres - Interbase - Firebird - Oracle - ODBC - Paradox - SQLite - dBASE - MS Access - Zeos

A data module is a database specific kind of pascal unit. Much like a TForm you can drop components on it, as long as they are non-visible.

Typically a data module might contain a TSQLConnector (or a specialized one) and a TSQLTransaction.