Access + MariaDB connector problem

You are viewing an old version of this question. View the current version here.

MariaDB Connector/ODBC is a standardized, LGPL licensed database driver using the industry standard Open Database Connectivity (ODBC) API. It supports ODBC Standard 3.5, can be used as a drop-in replacement for MySQL Connector/ODBC, and it supports both Unicode and ANSI modes.

The 1.0 branch of MariaDB Connector/ODBC is Windows-only and the 2.0 branch is Linux-only.

The most recent Stable (GA) release of MariaDB Connector/ODBC is:
MariaDB Connector/ODBC 3.2.4

Answer Answered by Lawrin Novitsky in this comment.

Hello Aurélien, I could recreate your problem with 1.0.5, but it works fine with latest repository version. Looks like there was a bug in the connector, but it has been fixed. You can either wait for new official release, or build connector library from the source from our repository on github. Well, actully you can try this https://jira.mariadb.org/secure/attachment/41512/maodbc.dll - I posted it recently for similar purpose. Lawrin Novitsky

Comments

Comments loading...
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.