Autoinstall ODBC

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

The MariaDB project offers Client libraries to enable users to connect from a given application to MariaDB and MySQL databases.

Answer Answered by Lawrin Novitsky in this comment.

If I understand correcltly the question - you can do msiexec /quiet /i mariadb-connector-ODBC-1.0.0-win32.msi and similarly msiexec /quiet /uninstall mariadb-connector-ODBC-1.0.0-win32.msi to uninstall the connector. I am not sure how you can get information on execution results. You can run msiexec without parameters to get help on other options. In particular there are logging options and properties settings. I hope this helps.

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.