Search Results
https://dev.mysql.com/doc/connectors/en/connector-cpp-issues.html
For notes detailing the changes in each release of Connector/C++, see MySQL Connector/C++ Release Notes. Generally speaking, C++ library binaries are less portable than C library binaries. Issues can be caused by name mangling, different Standard ...
https://dev.mysql.com/doc/connectors/en/connector-cpp-support.html
For general discussion of Connector/C++, please use the C/C++ community forum. For notes detailing the changes in each release of Connector/C++, see MySQL Connector/C++ Release Notes. For Licensing questions, and to purchase MySQL Products and ...
https://dev.mysql.com/doc/connectors/en/connector-j-debugging-ssl-connection.html
JSSE provides debugging information to stdout when you set the system property -Djavax.net.debug=all. Java then tells you what keystores and truststores are being used, as well as what is going on during the SSL handshake and certificate exchange.
https://dev.mysql.com/doc/connectors/en/connector-j-installing.html
You can install the Connector/J package using either a binary or source distribution. While the binary distribution provides the easiest method for installation, the source distribution lets you customize your installation. Both types of ...
https://dev.mysql.com/doc/connectors/en/connector-j-usagenotes-spring-config-jdbctemplate.html
Spring makes extensive use of the Template method design pattern (see Template Method Pattern). Our immediate focus will be on the JdbcTemplate and related classes, specifically NamedParameterJdbcTemplate. The template classes handle obtaining and ...
https://dev.mysql.com/doc/connectors/en/connector-net-async-methods.html
It is based on the Task and Task<TResult> types in the System.Threading.Tasks namespace, which are used to represent arbitrary asynchronous operations. The Task-based Asynchronous Pattern (TAP) is a pattern for asynchrony in the .NET Framework. The ...
https://dev.mysql.com/doc/connectors/en/connector-net-installation-binary-windows-installer.html
You can install MySQL Connector/NET through a Windows Installer (.msi) installation package, which can install Connector/NET on supported Windows operating systems. The MSI package is a file named mysql-connector-net-version.msi, where version ...
https://dev.mysql.com/doc/connectors/en/connector-net-installation-source.html
Building MySQL Connector/NET from the source code enables you to customize build parameters and target platforms such as Linux and macOS. The procedures in this section describe how to build source with Microsoft Visual Studio (Windows or macOS) ...
https://dev.mysql.com/doc/connectors/en/connector-net-installation-windows.html
Before installing, ensure that your system is up to date, including installing the latest version of the .NET Framework or .NET Core. On Microsoft Windows, you can install either through a binary installation process using a Connector/NET MSI, ...
https://dev.mysql.com/doc/connectors/en/connector-net-programming-datetime-problems.html
Because of this issue, .NET DataSet objects cannot be populated by the Fill method of the MySqlDataAdapter class as invalid dates will cause a System.ArgumentOutOfRangeException exception to occur. The differences in date handling can cause ...