Search



Search Results
Displaying 3101 to 3110 of 3565 total results
https://dev.mysql.com/doc/connector-net/en/connector-net-programming-prepared.html
To prepare a statement, use the following sequence of steps: Create a MySqlCommand object and set the CommandText property to your query. Prepared statements can provide significant performance improvements on queries that are executed more than ...
https://dev.mysql.com/doc/connector-net/en/connector-net-programming-trace-source.html
You can also create custom listeners to allow trace messages to be written to other destinations as mobile devices and web services. 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 ...
https://dev.mysql.com/doc/connector-net/en/connector-net-programming-tracing-mysql-custom-listeners.html
Warning level, code, message Error error number, error message This information allows you to create custom trace listeners that can actively monitor the MySQL-specific events. To build custom listeners that work with the MySQL Connector/NET Trace ...
https://dev.mysql.com/doc/connector-net/en/connector-net-ref-entityframework.html
Classes Class Description BackoffAlgorithm Represents the base class for backoff algorithms. BackoffAlgorithmErr1040 Backoff algorithm customized for the MySQL error code 1040 - Too many connections. BackoffAlgorithmErr1205 Backoff algorithm ...
https://dev.mysql.com/doc/connector-odbc/en/connector-odbc-both-openssl.html
When creating a build of Connector/ODBC that links (statically or dynamically) to a version of the libmysqlclient library that is in turn statically linked to an OpenSSL library, do NOT export OpenSSL symbols in your build. If Connector/ODBC is ...
https://dev.mysql.com/doc/connector-odbc/en/connector-odbc-examples-tools-with-access-export.html
To define a new DSN for Connector/ODBC instead, click New and follow the instructions in Section 5.3, “Configuring a Connector/ODBC DSN on Windows”; double click the new DSN after it has been created. Important Make sure that the information ...
https://dev.mysql.com/doc/connector-odbc/en/connector-odbc-examples-tools-with-access-import.html
To define a new DSN for Connector/ODBC instead, click New and follow the instructions in Section 5.3, “Configuring a Connector/ODBC DSN on Windows”; double click the new DSN after it has been created. To import tables from MySQL to Access, ...
https://dev.mysql.com/doc/connector-odbc/en/connector-odbc-installation-source-windows.html
You only need to build Connector/ODBC from source on Windows to modify the source or installation location. If you are unsure whether to install from source, please use the binary installation detailed in Section 4.1, “Installing Connector/ODBC ...
https://dev.mysql.com/doc/connector-odbc/en/connector-odbc-usagenotes-functionality-dynamic-cursor.html
On other platforms, you can enable the dynamic cursor by adding 32 to the OPTION value when creating the DSN. Support for the dynamic cursor is provided in Connector/ODBC 3.51, but dynamic cursors are not enabled by default. You can enable this ...
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) ...
Displaying 3101 to 3110 of 3565 total results