What is mysql connector odbc

MySQL Connector/ODBC Driver

You can get the latest stable release from the MySQL downloads.

For detailed information please visit the official MySQL Connector/ODBC documentation.

Source packages are available from our github releases page.

Licensing

Please refer to files README and LICENSE, available in this repository, and Legal Notices in documentation for further details.

Download & Install

MySQL Connector/ODBC can be installed from pre-compiled packages that can be downloaded from the MySQL downloads page. The process of installing of Connector/ODBC from a binary distribution is described in MySQL online manuals

Building from sources

MySQL Connector/ODBC can be installed from the source. Please select the relevant platform in MySQL online manuals

GitHub Repository

This repository contains the MySQL Connector/ODBC source code as per latest released version. You should expect to see the same contents here and within the latest released Connector/ODBC package.

Usage Scenarios

The MySQL Connector/ODBC can be used in a variety of programming languages and applications. The most popular of them are:

  • C and C++ programming using ODBC API
  • C++ programming using ADODB objects
  • Visual Basic programming using ADODB objects
  • Java through JDBC/ODBC bridge
  • .NET platform with ADO.NET/ODBC bridge
  • PHP, Perl, Python, Ruby, Erlang.
  • Office applications through linked tables and Visual Basic integration
  • Multitude of other applications supporting ODBC

Documentation

  • MySQL
  • Connector ODBC Developer Guide
  • ODBC API Reference MSDN

Questions/Bug Reports

  • Discussion Forum
  • Slack
  • Bugs

Contributing

Please see our guidelines for contributing to the driver.

Download MariaDB Connector/ODBC

MariaDB Connector/ODBC is a database driver that uses the industry standard Open Database Connectivity [ODBC] API. Some of the key features of the driver are:

  • It is LGPL-licensed.
  • It is compliant with the ODBC 3.5 standard.
  • It can be used as a drop-in replacement for MySQL Connector/ODBC.
  • It supports both Unicode and ANSI modes.
  • It primarily uses the MariaDB/MySQL binary protocol [i.e. server-side prepared statements].

The current release series are:

  • MariaDB Connector/ODBC 3.1 is the current stable release series.
  • MariaDB Connector/ODBC 3.0 and 2.0 are both previous stable release series.

The most recent Stable [GA] release of MariaDB Connector/ODBC is:
MariaDB Connector/ODBC 3.1.17

  • 12

    About MariaDB Connector/ODBC

    An LGPL ODBC driver for MariaDB.
  • Creating a Data Source with MariaDB Connector/ODBC

    How to create a data source with MariaDB Connector/ODBC.
  • Building MariaDB Connector/ODBC from Source

    How to build MariaDB Connector/ODBC from source.
  • List of MariaDB Connector/ODBC Releases

    A list of all Connector/ODBC releases

MariaDB Connector/ODBC Release Notes

  • MariaDB Connector/ODBC 3.1 Release Notes

    Release Notes for MariaDB Connector/ODBC 3.1
  • MariaDB Connector/ODBC 3.0 Release Notes

    Release Notes for MariaDB Connector/ODBC 3.0
  • MariaDB Connector/ODBC 2.0 Release Notes

    Release Notes for MariaDB Connector/ODBC 2.0
  • MariaDB Connector/ODBC 1.0 Release Notes

    Release Notes for MariaDB Connector/ODBC 1.0

MariaDB Connector/ODBC Changelogs

  • MariaDB Connector/ODBC 3.1 Changelogs

    Changelogs for MariaDB Connector/ODBC 3.1
  • MariaDB Connector/ODBC 3.0 Changelogs

    Changelogs for MariaDB Connector/ODBC 3.0
  • MariaDB Connector/ODBC 2.0 Changelogs

    Changelogs for MariaDB Connector/ODBC 2.0
  • MariaDB Connector/ODBC 1.0 Changelogs

    Changelogs for MariaDB Connector/ODBC 1.0

There are 35 related questions.

  • ← Node.js Connector
  • ↑ Application Programming Interfaces ↑
  • Perl DBI →

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.

  • ↑ Application Programming Interfaces ↑
  • C & C++ Connectors
  • Java Connector
  • .NET Connector
  • Node.js Connector
  • ODBC Connector
  • Perl DBI
  • PHP
  • Python
  • Ruby
  • Other Connectors & Methods
  • Erlang
  • The MariaDB Jupyter kernel

What is MySQL Connector ODBC used for?

MySQL Connector/ODBC provides both driver-manager based and native interfaces to the MySQL database, with full support for MySQL functionality, including stored procedures, transactions and full Unicode compliance.

What is the use of ODBC connector?

An ODBC driver uses the Open Database Connectivity [ODBC] interface by Microsoft that allows applications to access data in database management systems [DBMS] using SQL as a standard for accessing the data. ODBC permits maximum interoperability, which means a single application can access different DBMS.

Is MySQL JDBC or ODBC?

MySQL provides standards-based drivers for JDBC, ODBC, and . Net enabling developers to build database applications in their language of choice.

How do I connect to MySQL ODBC?

Setup ODBC [top].
Install the latest MySQL ODBC drivers: ... .
Open the 64 bit ODBC Administrator: ... .
Open the System DSN tab and click Add:.
Choose the latest MySQL ODBC driver and click Finish:.
Enter the ODBC credentials: ... .
Test the data source connection:.

Bài mới nhất

Chủ Đề