Search Results
                    
                    
            https://dev.mysql.com/doc/connectors/en/connector-j-reference-implementation-notes.html
                                 MySQL Connector/J, as a rigorous implementation of the JDBC API, passes all of the tests in the publicly available version of Oracle's JDBC compliance test suite. The JDBC specification is flexible on how certain functionality should be implemented. This section gives details on an interface-by-interface level about implementation decisions that might affect how you code applications with MySQL ...
                                            
                https://dev.mysql.com/doc/connectors/en/connector-net-installation-windows.html
                                 On Microsoft Windows, you can install either through a binary installation process using a Connector/NET MSI, using NuGet, or by downloading and using the source code. Before installing, ensure that your system is up to date, including installing ...
                                            
                https://dev.mysql.com/doc/connectors/en/connector-net-programming-blob.html
                                 One common use for MySQL is the storage of binary data in BLOB columns. MySQL supports four different BLOB data types: TINYBLOB, BLOB, MEDIUMBLOB, and LONGBLOB, all described in The BLOB and TEXT Types and Data Type Storage Requirements. Data ...
                                            
                https://dev.mysql.com/doc/connectors/en/connector-net-programming-prepared.html
                                 Prepared statements can provide significant performance improvements on queries that are executed more than one time. Prepared execution is faster than direct execution for statements executed more than once, primarily because the query is parsed ...
                                            
                https://dev.mysql.com/doc/connectors/en/connector-odbc-configuration-connection-parameters.html
                                On Unix and macOS, use the parameter name and value as the keyword/value pair in the DSN configuration. Alternatively, you can set these parameters within the InConnectionString argument in the SQLDriverConnect() call. Table 5.1 Connector/ODBC DSN ...
                                            
                https://dev.mysql.com/doc/connectors/en/connector-odbc-installation-source-unix.html
                                 You need the following tools to build MySQL from source on Unix: A working ANSI C++ compiler. GCC 4.2.1 or later, Sun Studio 12.1 or later, and many current vendor-supplied compilers are known to work. Connector/ODBC is known to work with the iODBC ...
                                            
                https://dev.mysql.com/doc/connectors/en/connector-python-api-mysqlcursor-add-attribute.html
                                 Syntax: cursor.add_attribute(name, value) Adds a new named query attribute to the list, as part of MySQL server's Query Attributes functionality. name: The name must be a string, but no other validation checks are made; attributes are sent as is to ...
                                            
                https://dev.mysql.com/doc/connectors/en/connector-python-versions.html
                                 This section describes both version releases, such as 8.0.34, along with notes specific to the two implementations (C Extension and Pure Python). For series that have reached General Availability (GA) status, development releases in the series ...
                                            
                https://dev.mysql.com/doc/connector-net/en/connector-net-installation-windows.html
                                 On Microsoft Windows, you can install either through a binary installation process using a Connector/NET MSI, using NuGet, or by downloading and using the source code. Before installing, ensure that your system is up to date, including installing ...
                                            
                https://dev.mysql.com/doc/connector-net/en/connector-net-programming-blob.html
                                 One common use for MySQL is the storage of binary data in BLOB columns. MySQL supports four different BLOB data types: TINYBLOB, BLOB, MEDIUMBLOB, and LONGBLOB, all described in The BLOB and TEXT Types and Data Type Storage Requirements. Data ...