Search Results
                    
                    
            https://dev.mysql.com/doc/workbench/en/wb-what-is-new-63.html
                                SQL Editor Auto-Completion The SQL editor auto-completion improvements include the following changes: It now functions with all statement types, when before only SELECT statements were fully supported. It supports import and export of CSV and JSON ... This section summarizes many of the new features added to MySQL Workbench 6.3, in relation to the MySQL Workbench 6.2 ...
                                            
                https://dev.mysql.com/doc/connectors/en/connector-j-connp-props-blob-clob-processing.html
                                 blobSendChunkSize Chunk size to use when sending BLOB/CLOBs via server-prepared statements. Note that this value cannot exceed the value of 'maxAllowedPacket' and, if that is the case, then this value will be corrected automatically. Since Version ...
                                            
                https://dev.mysql.com/doc/connectors/en/connector-j-usagenotes-tomcat.html
                                The following XML snippet illustrates how to select this option: <parameter> <name>validationQuery</name> <value>/* ping */</value> </parameter> Note that /* ping */ has to be specified exactly.  The following instructions are based on the ...
                                            
                https://dev.mysql.com/doc/connectors/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/connectors/en/connector-net-installation-binary-nuget.html
                                Select this package for your Entity Framework 6 applications (see Section 4.7.1, “Entity Framework 6 Support”). Select this package for your Entity Framework Core applications (see Section 4.7.2, “Entity Framework Core Support”).  MySQL ...
                                            
                https://dev.mysql.com/doc/connectors/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/connectors/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/connectors/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/connectors/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.2 ODBC Data Source Administrator Dialog To create a System DSN (which will be available to all users), select the System DSN tab. From the ...
                                            
                https://dev.mysql.com/doc/connectors/en/connector-python-api-mysqlcursor-with-rows.html
                                 Syntax: boolean = cursor.with_rows This read-only property returns True or False to indicate whether the most recently executed operation could have produced rows. The with_rows property is useful when it is necessary to determine whether a ...