Comments - Using MariaDB on Linux from C++ ODBC

8 years, 5 months ago Jim Browm

Many thanks for the quick reply.

I am trying to access MariaDB from an existing C++ package that uses ODBC to talk to databases. I don't have the option to write my own code.

I've used MySQL in the past (several years ago) and was able to install an ODBC driver then - DRIVER={MySQL ODBC 3.51 Driver} to be explicit. I have not found a way to install a driver for MariaDB.

 
8 years, 5 months ago Brian Evans

Using MariaDB is no different from using MySQL from the client side. The same ODBC driver you used previously should work fine with MariaDB.

 
8 years, 5 months ago Jim Browm

I think I understand. MariaDB does not have an ODBC driver and I should use a MySQL driver.

My SUSE 13 repository does not have MySQL but I'll search for a repository where I can download it.

Thanks to everyone for your responses.

 
Content reproduced on this site is the property of its respective owners, and this content is not reviewed in advance by MariaDB. The views, information and opinions expressed by this content do not necessarily represent those of MariaDB or any other party.