TSQLConnector
From Lazarus wiki
Jump to navigationJump to search
│
English (en) │
français (fr) │
polski (pl) │
русский (ru) │
References:
Tutorials/practical articles:
Databases |
TSQLConnector is a versatile database connector component for use with any supported database. The component is found on SQLdb tab of the Component Palette.
To configure database access, most important properties are:
- ConnectorType:
TIBConnection Firebird TMSSQLConnection MSSQLServer TMySQL40Connection MySQL 4.0 TMySQL57Connection MySQL 5.7 TODBCConnection ODBC TOracleConnection Oracle TPQConnection Postgres TSQLite3Connection SQLite3 TSybaseConnection Sybase
- DatabaseName
- Hostname
- Password
- Transaction
For any connector to function, it should be able to load the right drivers.
.dll style drivers are found if they are located in the same directory as the corresponding .exe
See also