Re: [Lazarus] MariaDB Cluster with lazarus

2014-05-02 Thread Michael Van Canneyt



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.

--
___
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus


[Lazarus] MariaDB Cluster with lazarus

2014-05-01 Thread Eric Kom

Hi All,
I would like to know if MariaDB Cluster version 5.5 and 10.0 can be 
connected trought a  lazarus application?

Thanks

--
___
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus