Search



Search Results
Displaying 161 to 170 of 654 total results
https://dev.mysql.com/doc/connectors/en/connector-net-programming-trace-source.html
The .NET tracing architecture consists of four main parts: Source - This is the originator of the trace information. Switch - This defines the level of trace information to emit. Typically, this is specified in the app.config file, so that it is ...
https://dev.mysql.com/doc/connector-net/en/connector-net-faq.html
It examines the command object and, if it is the same referenced object, it essentially rebuilds the object, thereby destroying your command text changes. Questions 10.1: Are all commands executed after a transaction begins automatically enlisted ...
https://dev.mysql.com/doc/connector-net/en/connector-net-programming-mysqlcommand.html
The remainder of this section describes following MySqlCommand properties: CommandText and CommandType Properties Parameters Property Attributes Property CommandTimeout Property CommandText and CommandType Properties The MySqlCommand class provides ... The MySqlCommand class represents a SQL statement to execute against a MySQL ...
https://dev.mysql.com/doc/connector-net/en/connector-net-programming-stored-proc.html
For example, to create a stored procedure named add_emp, use the CommandText property with the default command type (SQL text commands) to execute each individual SQL statement in the context of your command that has an open connection to a server.
https://dev.mysql.com/doc/internals/en/comments-within-boxes.html
Bad example similar to what I found in some tests: ############################################### # # # Some text # # Some text # # # # Author : ..... # # # # Some text # # # ############################################### Please note that this is ... Please work 100% perfect when using boxes made of ...
https://dev.mysql.com/doc/internals/en/error-message-multiple-versions.html
Instead, use the ER_UNKNOWN_ERROR error code, and print a helpful error text with code similar to this: my_printf_error(ER_UNKNOWN_ERROR, "Some error text here, with the '%-.64s' parameter value" MYF(0), a_parameter); This will provide the user with ... It is critical that error codes are identical in all ...
https://dev.mysql.com/doc/internals/en/x-protocol-messages-messages.html
BYTES, ENUM Note BYTES is used for all opaque byte strings that may have a charset: TINYBLOB, BLOB, MEDIUMBLOB, LONGBLOB TINYTEXT, TEXT, MEDIUMTEXT, LONGTEXT VARCHAR, VARBINARY CHAR, BINARY ENUM .length Maximum length of characters of the underlying ... Topics in this section: Message Structure Message Sequence Common Messages Connection Session Expectations CRUD SQL Result Sets Expressions Data Types This section provides detailed information about how X Protocol defines ...
https://dev.mysql.com/doc/ndbapi/en/mgm-functions-log-events.html
Events use a text-based format, the same as in the cluster log. ndb_logevent_get_latest_error_msg() Description Retrieves the text of the most recent error obtained while trying to read log events. This section provides information about MGM API ...
https://dev.mysql.com/doc/ndbapi/en/ndb-examples-event-handling.html
The source code for this program may be found in the NDB Cluster source tree, in the file storage/ndb/ndbapi-examples/ndbapi_event/ndbapi_event.cpp. #include <NdbApi.hpp> // Used for cout #include <stdio.h> #include <iostream> #include <unistd.h> ...
https://dev.mysql.com/doc/ndbapi/en/ndb-start-mysql-data-types.html
Note We refer throughout this Guide to a column of any of MySQL's TEXT or BLOB types as a “blob column”, and its type as “blob”. Each row in an NDB Cluster BLOB or TEXT column is made up of two separate parts. This means that a record of ...
Displaying 161 to 170 of 654 total results