Difference between revisions of "TSQLConnection"
From Lazarus wiki
Jump to navigationJump to search (Created page with "A '''TSQLConnection''' is a generic non-visible database connection component that has several rela-life descendants located on the SQLdb tab of the Component Palette....") |
m (typo) |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | A '''TSQLConnection''' is a generic non-visible database connection component that has several | + | {{TSQLConnection}} |
+ | |||
+ | {{Infobox databases}} | ||
+ | |||
+ | A '''TSQLConnection''' is a generic non-visible database connection component that has several real-life descendants located on the [[SQLdb tab]] of the [[Component Palette]]. | ||
* [[TMySQL40Connection]] | * [[TMySQL40Connection]] | ||
Line 16: | Line 20: | ||
== See also == | == See also == | ||
− | * [http://www.freepascal.org/docs-html/fcl/sqldb/tsqlconnection.html TSQLConnection doc] | + | * [http://www.freepascal.org/docs-html/fcl/sqldb/tsqlconnection.html TSQLConnection doc] |
− | |||
− | + | {{LCL Components}} |
Latest revision as of 14:03, 16 November 2021
│
English (en) │
français (fr) │
polski (pl) │
References:
Tutorials/practical articles:
Databases |
A TSQLConnection is a generic non-visible database connection component that has several real-life descendants located on the SQLdb tab of the Component Palette.
- TMySQL40Connection
- TMySQL41Connection
- TMySQL50Connection
- TMySQL51Connection
- TMySQL55Connection
- TMySQL56Connection
- TIBConnection
- TMSSQLConnection
- TSybaseConnection
- TODBCConnection
- TOracleConnection
- TPQConnection
- TSQLite3Connection
See also