ODBCConn

From Free Pascal wiki
Revision as of 12:41, 2 May 2007 by Kuifware (talk | contribs) (initial description of ODBCConn)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

The ODBCConn unit implements an SQLdb connection to ODBC data sources.

In Lazarus, you can find the TODBCConnection on the SQLdb component tab. You can also use the TODBCConnection component in your code by adding ODBCConn to your uses clause.

TODO: expand on ODBC & ODBCConnection