https://github.com/icemap/mysql-connector-odbc
https://github.com/icemap/mysql-connector-odbc
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/icemap/mysql-connector-odbc
- Owner: Icemap
- License: other
- Created: 2022-09-01T06:11:48.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-09-01T06:12:33.000Z (almost 4 years ago)
- Last Synced: 2025-01-12T11:49:39.634Z (over 1 year ago)
- Language: C++
- Size: 3.85 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# MySQL Connector/ODBC Driver
You can get the latest stable release from the [MySQL downloads](https://dev.mysql.com/downloads/connector/odbc/).
For detailed information please visit the official [MySQL Connector/ODBC documentation](https://dev.mysql.com/doc/connector-odbc/en/).
Source packages are available from our [github releases page](https://github.com/mysql/mysql-connector-odbc/releases).
## Licensing
Please refer to files README and LICENSE, available in this repository, and [Legal Notices in documentation](https://dev.mysql.com/doc/connector-cpp/8.0/en/preface.html) for further details.
## Download & Install
MySQL Connector/ODBC can be installed from pre-compiled packages that can be downloaded from the [MySQL downloads page](https://dev.mysql.com/downloads/connector/odbc/).
The process of installing of Connector/ODBC from a binary distribution is described in [MySQL online manuals](https://dev.mysql.com/doc/connector-odbc/en/connector-odbc-installation.html)
### Building from sources
MySQL Connector/ODBC can be installed from the source. Please select the relevant platform in [MySQL online manuals](https://dev.mysql.com/doc/connector-odbc/en/connector-odbc-installation.html)
### 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](http://www.mysql.com/)
* [Connector ODBC Developer Guide](https://dev.mysql.com/doc/connector-odbc/en/)
* [ODBC API Reference MSDN](https://msdn.microsoft.com/en-us/ie/ms714562(v=vs.94))
## Questions/Bug Reports
* [Discussion Forum](https://forums.mysql.com/list.php?37)
* [Slack](https://mysqlcommunity.slack.com)
* [Bugs](https://bugs.mysql.com)
## Contributing
Please see our [guidelines](CONTRIBUTING.md) for contributing to the driver.