Difference between revisions of "TMySQL57Connection"
From Lazarus wiki
Jump to navigationJump to searchLine 1: | Line 1: | ||
{{Note|Instead of using a TMySQL57Connection a proxy-like [[TSQLConnector]] may be used to create more generic database applications}}'''TMySQL57Connection''' [[image:tmysql57connection.png]] is the database connection component for use with an installed MySQL version 5.7 client library. However, the server SQL-version may be different from the client. The component is found on [[SQLdb tab]] of the [[Component Palette]]. | {{Note|Instead of using a TMySQL57Connection a proxy-like [[TSQLConnector]] may be used to create more generic database applications}}'''TMySQL57Connection''' [[image:tmysql57connection.png]] is the database connection component for use with an installed MySQL version 5.7 client library. However, the server SQL-version may be different from the client. The component is found on [[SQLdb tab]] of the [[Component Palette]]. | ||
− | On linux it may be necessary to install <tt>libmysqlclient20</tt> to provide the required <tt>libmysqlclient.so</tt> | + | On linux it may be necessary to install <tt>libmysqlclient20</tt> to provide the required <tt>libmysqlclient.so.20</tt> |
==See also== | ==See also== |
Latest revision as of 19:36, 22 July 2021

TMySQL57Connection is the database connection component for use with an installed MySQL version 5.7 client library. However, the server SQL-version may be different from the client. The component is found on SQLdb tab of the Component Palette.
On linux it may be necessary to install libmysqlclient20 to provide the required libmysqlclient.so.20
See also