Search



Search Results
Displaying 4381 to 4390 of 4733 total results
https://dev.mysql.com/doc/connector-net/en/connector-net-programming-datetime-problems.html
The differences in date handling can cause problems for developers who use invalid dates. Invalid MySQL dates cannot be loaded into native .NET DateTime objects, including NULL dates. Because of this issue, .NET DataSet objects cannot be populated ...
https://dev.mysql.com/doc/connector-odbc/en/connector-odbc-reference-errorcodes.html
The following tables lists the error codes returned by Connector/ODBC apart from the server errors.
https://dev.mysql.com/doc/connector-odbc/en/connector-odbc-usagenotes-functionality.html
This section provides help with common queries and areas of functionality in MySQL and how to use them with Connector/ODBC.
https://dev.mysql.com/doc/connector-python/en/connector-python-api-cext-escape-string.html
Syntax: str = ccnx.escape_string(str_to_escape) Uses the mysql_escape_string() C API function to create an SQL string that you can use in an SQL statement. Raises a TypeError exception if the value does not have a Unicode, bytes, or (for Python 2) ...
https://dev.mysql.com/doc/connector-python/en/connector-python-api-mysqlconnectionpool-set-config.html
Syntax: cnxpool.set_config(**kwargs) This method sets the configuration parameters for connections in the pool. Connections requested from the pool after the configuration change use the new parameters. Connections obtained before the change remain ...
https://dev.mysql.com/doc/internals/en/binary-protocol-resultset.html
It just contains the rows in Binary Protocol Resultset Row format. ProtocolBinary::Resultset: Packets: lenenc_int column_count > 0 column_count * Protocol::ColumnDefinition none or many ProtocolBinary::ResultsetRow EOF_Packet Note If the ...
https://dev.mysql.com/doc/internals/en/class-procedure.html
For a minimal dummy procedure that doesn't actually change the result set it would look like this: class proc_dummy: public Procedure { } In a real procedure you'd extend at least some of the member functions below: .
https://dev.mysql.com/doc/internals/en/client-server-protocol.html
For current information, please refer to the Client/Server Protocol section of the MySQL Server Doxygen documentation, available at https://dev.mysql.com/doc/index-other.html.
https://dev.mysql.com/doc/internals/en/com-field-list.html
Note As of MySQL 5.7.11, COM_FIELD_LIST is deprecated and will be removed in a future version of MySQL. COM_FIELD_LIST: get the column definitions of a table Payload 1 [04] COM_FIELD_LIST string[NUL] table string[EOF] field wildcard Returns ...
https://dev.mysql.com/doc/internals/en/com-process-info.html
Note As of MySQL 5.7.11, COM_PROCESS_INFO is deprecated and will be removed in a future version of MySQL. COM_PROCESS_INFO: get a list of active threads Returns a ProtocolText::Resultset or ERR_Packet Payload 1 [0a] COM_PROCCESS_INFO .
Displaying 4381 to 4390 of 4733 total results