TODBCConnection
From Free Pascal wiki
Jump to navigationJump to search
│
English (en) │
français (fr) │
русский (ru) │
Note: Instead of using a TODBCConnection a proxy-like TSQLConnector may be used to create more generic database applications
TODBCConnection is the database connection component for use with an ODBC (Open Database Connectivity) data source. The component is found on SQLdb tab of the Component Palette.
ODBC is one of the possibilities to connect Lazarus programs to otherwise unsupported datasources like MS Access.
See also