Search Results
https://dev.mysql.com/doc/connector-net/en/connector-net-tutorials-data-adapter.html
Previously, when using MySqlDataReader, the connection to the database was continually maintained unless explicitly closed. It is also possible to work in a manner where a connection is only established when needed. For example, in this mode, a ...
https://dev.mysql.com/doc/connector-odbc/en/connector-odbc-architecture.html
The Connector/ODBC architecture is based on five components, as shown in the following diagram: Figure 3.1 Connector/ODBC Architecture Components Application: The Application uses the ODBC API to access the data from the MySQL server. These tasks ...The Application communicates with the Driver Manager using the standard ODBC ...
https://dev.mysql.com/doc/ndbapi/en/ndb-examples-recattr-vs-ndbrecord.html
This example illustrates the key differences between the old-style NdbRecAttr API and the newer approach using NdbRecord when performing some common tasks in an NDB API application. The source code can be found can be found in the file ...
https://dev.mysql.com/doc/ndbapi/en/ndb-ndb.html
Methods The following table lists the public methods of this class and the purpose or use of each method: Table 2.26 Ndb class methods and descriptions Name Description Ndb() Class constructor; represents a connection to an NDB Cluster. ~Ndb() Class ... This section provides information about the Ndb class, which models the NDB kernel; it is the primary class of the NDB ...
https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-0-28.html
Deprecation and Removal Notes Pluggable Authentication Security Notes Bugs Fixed Deprecation and Removal Notes The TLSv1 and TLSv1.1 connection protocols were deprecated in Connector/C++ 8.0.26 and now are removed in this release. The removed ...
https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-0-7.html
In addition to the new APIs introduced in MySQL Connector/C++ 8.0 (X DevAPI and X DevAPI for C), Connector/C++ now also supports the legacy API based on JDBC4. Applications written against the JDBC4-based API of Connector/C++ 1.1 can be also ...
https://dev.mysql.com/doc/relnotes/connector-net/en/news-8-0-10.html
Functionality Added or Changed Bugs Fixed Functionality Added or Changed The .NET Core 2.0 implementation now supports the following connection-string options: AutoEnlist, InteractiveSession, Logging, Replication, and UseUsageAdvisor. (Bug ...API ...
https://dev.mysql.com/doc/relnotes/connector-net/en/news-8-0-11.html
Functionality Added or Changed Bugs Fixed Functionality Added or Changed Document Store: Connector/NET now supports the NOWAIT and SKIP_LOCKED locking options introduced in the MySQL 8.0 release series (see SELECT Statement). The following changes ...The Default enumeration member represents the previous behavior of waiting for the row locks to be ...
https://dev.mysql.com/doc/relnotes/connector-odbc/en/news-8-0-27.html
Specifically, if the private key and correct Oracle Cloud Infrastructure configuration are present on the client side, then a connection can be made without giving any options. (WL #14709) In Connector/ODBC 8.0.26, the capability was introduced for ...To ensure correct account mapping, the client-side Oracle Cloud Infrastructure configuration must contain a fingerprint of the API key to use for authentication (fingerprint entry) and the location of a PEM file with the private part of the API key (key_file ...
https://dev.mysql.com/doc/relnotes/connector-python/en/news-8-0-14.html
Functionality Added or Changed Bugs Fixed Functionality Added or Changed A default schema name can now be defined from the connection string. An example connection string: mysqlx://username:password@localhost:33160/myschema?ssl-mode=enabled where ...Statements executed using the session are executed against this default schema if no other schema is ...