Search Results
                    
                    
            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-tutorial-cursorbuffered.html
                                 The following example script gives a long-overdue 15% raise effective tomorrow to all employees who joined in the year 2000 and are still with the company. (A buffered cursor fetches and buffers the rows of a result set after executing a query; see ...
                                            
                https://dev.mysql.com/doc/connector-net/en/connector-net-8-0-connection-options.html
                                Multiple hosts are separated by commas and a priority (0 to 100), if provided, determines the host selection order. As of Connector/NET 8.0.19, host selection is random when priorities are omitted or are the same for each host. // Selects the host ... This chapter describes the full set of MySQL Connector/NET 8.0 connection ...
                                            
                https://dev.mysql.com/doc/connector-net/en/connector-net-faq.html
                                 Questions 10.1: Are all commands executed after a transaction begins automatically enlisted in the transaction? 10.2: How do I obtain the value of an auto-incremented column? Questions and Answers10.1: Are all commands executed after a transaction ...
                                            
                https://dev.mysql.com/doc/connector-net/en/connector-net-installation-binary-nuget.html
                                Select this package for your Entity Framework 6 applications (see Section 7.1, “Entity Framework 6 Support”). Select this package for your Entity Framework Core applications (see Section 7.2, “Entity Framework Core Support”).  MySQL ...
                                            MySQL Connector/NET Developer Guide :: 3.1.1 Installing Connector/NET Using the Standalone Installer
                https://dev.mysql.com/doc/connector-net/en/connector-net-installation-binary-windows-installer.html
                                If you have chosen a custom installation, you can select the individual components to install, including the core interface component, supporting documentation options, examples, and the source code. Select the items and their installation level and ... You can install MySQL Connector/NET through a Windows Installer (.msi) installation package, which can install Connector/NET on supported Windows operating ...
                                            
                https://dev.mysql.com/doc/connector-net/en/connector-net-programming-blob-reading.html
                                Use of the GetOrdinal method prevents errors if the column order of the SELECT query is changed.  After a file is loaded into the file table, we can use the MySqlDataReader class to retrieve it. The GetBytes method of the MySqlDataReader is used to ...
                                            
                https://dev.mysql.com/doc/connector-net/en/connector-net-tutorials-parameters.html
                                For example, imagine the following query was constructed from user input: string sql = "SELECT Name, HeadOfState FROM Country WHERE Continent = "+user_continent; If the string user_continent came from a Text Box control, there would potentially be ... This part of the tutorial shows you how to use parameters in your MySQL Connector/NET ...
                                            
                https://dev.mysql.com/doc/connector-odbc/en/connector-odbc-configuration-dsn-windows-5-2.html
                                You should see a window similar to the following when you open the ODBC Data Source Administrator: Figure 5.1 ODBC Data Source Administrator Dialog To create a System DSN (which will be available to all users), select the System DSN tab. From the ...