Search



Search Results
Displaying 2021 to 2030 of 3917 total results
https://dev.mysql.com/doc/connector-net/en/connector-net-programming-tracing-mysql-custom-listeners.html
This value is defined by the MySqlTraceEventType public enum contained in the Connector/NET code: public enum MySqlTraceEventType : int { ConnectionOpened = 1, ConnectionClosed, QueryOpened, ResultOpened, ResultClosed, QueryClosed, ... To build ...
https://dev.mysql.com/doc/connector-net/en/connector-net-ref-efcore.html
Namespaces in this section: MySql.EntityFrameworkCore.DataAnnotations Namespace MySQL.EntityFrameworkCore.Diagnostics Namespace MySql.EntityFrameworkCore.Extensions Namespace MySql.EntityFrameworkCore.Infrastructure Namespace ...The IDs are also ...
https://dev.mysql.com/doc/connector-odbc/en/connector-odbc-examples-programming-vb-ado.html
The following ADO (ActiveX Data Objects) example creates a table my_ado and demonstrates the use of rs.addNew, rs.delete, and rs.update. rs.Open "SELECT * FROM my_ado" rs!Name = "update" rs!txt = "updated-second-time" rs.Update rs.Close 'rs delete ...
https://dev.mysql.com/doc/connector-python/en/connector-python-api-mysqlconnection-cmd-process-kill.html
Although still available, it is better to use the KILL SQL statement. The following two lines have the same effect: >>> cnx.cmd_process_kill(123) >>> cnx.cmd_query('KILL 123') .
https://dev.mysql.com/doc/connector-python/en/connector-python-api-mysqlcursorprepared.html
For subsequent execute() calls that pass the same SQL statement, the cursor skips the preparation phase. The MySQL client/server protocol has an option to send prepared statement parameters via the COM_STMT_SEND_LONG_DATA command. In MySQL, there ...
https://dev.mysql.com/doc/internals/en/charsets.html
See mysql_com.h for types */ } MYSQL_FIELD; Character set and collation information are specific to a server version and installation, and are generated automatically from the sql/share/charsets/Index.xml file in the source distribution. You can ...
https://dev.mysql.com/doc/ndbapi/en/ndb-nodejs-overview.html
The mysql driver uses a MySQL Server for its data source, and depends on the node-mysql Node.js module from https://github.com/felixge/node-mysql/. Regardless of the driver in use, no SQL statements are required; when using the Connector for ...In ...
https://dev.mysql.com/doc/ndbapi/en/overview-terminology.html
SQL node refers to a mysqld (MySQL Server) process that is connected to the NDB Cluster as an API node. Abstract This section provides a glossary of terms which are unique to the NDB and MGM APIs, or that have a specialized meaning when applied in ...The terms in the following list are useful to an understanding of NDB Cluster, the NDB API, or have a specialized meaning when used in one of these: ...
https://dev.mysql.com/doc/relnotes/connector-net/en/news-8-0-31.html
(Bug #107316, Bug #34189859) If an exception occurred during the execution of a SQL statement within a transaction, the subsequent transaction rollback produced a null reference exception, which could cause the Web server (IIS) process to halt ...
https://dev.mysql.com/doc/relnotes/connector-odbc/en/news-8-2-0.html
(WL #15807) Connector/ODBC now supports an authentication method that enables users to authenticate to MySQL Server using WebAuthn-aware devices for classic MySQL protocol connections. For additional information, see Connector/ODBC WebAuthn and FIDO ...(Bug #35520983) The SQLStatistics() function returned the wrong type for a PRIMARY KEY ... Functionality Added or Changed Bugs Fixed Functionality Added or Changed Packaging: On Windows, the MSI package ...
Displaying 2021 to 2030 of 3917 total results