[Lazarus] MariaDB Cluster with lazarus
Michael Van Canneyt
michael at freepascal.org
Fri May 2 08:42:32 CEST 2014
On Thu, 1 May 2014, Eric Kom wrote:
> Hi All,
> I would like to know if MariaDB Cluster version 5.5 and 10.0 can be connected
> trought a lazarus application?
AFAIK, MariaDB is a fork of mysql. So If they have the same API for their client library:
You can try using the MySQL components and explicitly load the mariaDB client
library with the initializemysql function from the mysql55 unit.
Michael.
More information about the Lazarus
mailing list