MariaDB " ARIA Engine" with UniDAC

Discussion of open issues, suggestions and bugs regarding UniDAC (Universal Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
ec2
Posts: 21
Joined: Fri 27 Nov 2009 14:14

MariaDB " ARIA Engine" with UniDAC

Post by ec2 » Tue 28 Dec 2010 17:11

I would like MariaDB and " ARIA Engine" use with UniDAC?

AlexP
Devart Team
Posts: 5530
Joined: Tue 10 Aug 2010 11:35

Post by AlexP » Wed 29 Dec 2010 08:23

Hello,

UniDAC doesn't have a separate provider for MariaDB, but as MariaDB is based on MySQL you can try to connect via the UniMySQL provider, or if you have ODBC driver for MariaDB you can use the UniODBC provider to connect to MariaDB.
Please specify what do you mean by '"ARIA Engine" use with UniDAC'.

ec2
Posts: 21
Joined: Fri 27 Nov 2009 14:14

..Please specify what do you mean by '"ARIA Engine"

Post by ec2 » Thu 30 Dec 2010 08:59

Hi AlexP,
Aria is a new storage engine for MySQL® and MariaDB which is developed with the goal of being the default transactional AND non-transactional storage engine for MariaDB and MySQL......

AndreyZ

Post by AndreyZ » Wed 05 Jan 2011 10:34

Because Aria is an engine for MariaDB and MariaDB is based on MySQL, you can work with MariaDB through UniDAC using TMySQLUniProvider.

Post Reply