Search Results
                    
                    
            https://dev.mysql.com/doc/connectors/en/connector-j-usagenotes-spring-config-transactional.html
                                 Spring allows us to add transactions into our code without having to deal directly with the JDBC classes. For that purpose, Spring provides a transaction management package that not only replaces JDBC transaction management, but also enables ...
                                            
                https://dev.mysql.com/doc/connectors/en/connector-net-8-0-connection-options.html
                                 This chapter describes the full set of MySQL Connector/NET 8.0 connection options. The protocol you use to make a connection to the server (classic MySQL protocol or X Protocol) determines which options you should use. Connection options have a ...
                                            
                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-programming-mysqlcommand.html
                                 The MySqlCommand class represents a SQL statement to execute against a MySQL database. Class methods enable you to perform the following database operations: Query a database Insert, update, and delete data Return a single value Command-based ...
                                            
                https://dev.mysql.com/doc/connectors/en/connector-net-tutorials-entity-framework-winform-data-source.html
                                 This tutorial describes how to create a Windows Forms Data Source from an Entity in an Entity Data Model using Microsoft Visual Studio. You can also find details on how to install the database on the same page. Creating a New Windows Forms ...
                                            
                https://dev.mysql.com/doc/connectors/en/connector-odbc-installation-binary-yum.html
                                 The MySQL Yum repository for Oracle Linux, Red Hat Enterprise Linux, CentOS, and Fedora provides Connector/ODBC RPM packages using the MySQL Yum repository. You must have the MySQL Yum repository on your system's repository list (see Adding the ...
                                            
                https://dev.mysql.com/doc/connectors/en/connector-odbc-support-version-history.html
                                 This section highlights substantial changes per major Connector/ODBC release series, especially useful when updating legacy code. The connector release model changed after version 8.0, and now releases one version. Information about each ...
                                            
                https://dev.mysql.com/doc/connectors/en/connector-python-asyncio.html
                                 Installing Connector/Python also installs the mysql.connector.aio package that integrates asyncio with the connector to allow integrating asynchronous MySQL interactions with an application. Functions included in the asyncio API must be used to ...
                                            
                https://dev.mysql.com/doc/connectors/en/connector-python-connectargs.html
                                 A connection with the MySQL server can be established using either the mysql.connector.connect() function or the mysql.connector.MySQLConnection() class: cnx = mysql.connector.connect(user='joe', database='test') cnx = MySQLConnection(user='joe', ...
                                            
                https://dev.mysql.com/doc/connectors/en/connector-python-installation-binary.html
                                 Connector/Python includes the classic and X DevAPI connector APIs, which are installed separately. Binaries are distributed in the RPM and the wheel package formats.