TSQLConnector
From Lazarus wiki
Jump to navigationJump to search
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:
- 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