Search



Search Results
Displaying 1211 to 1220 of 1481 total results
https://dev.mysql.com/doc/connector-net/en/connector-net-introduction.html
Key Topics For connection string properties when using the MySqlConnection class, see Section 4.5, “Connector/NET Connection Options Reference”. MySQL Connector/NET enables you to develop .NET applications that require secure, high-performance ...
https://dev.mysql.com/doc/connector-net/en/connector-net-programming-tracing-mysql-custom-listeners.html
To build custom listeners that work with the MySQL Connector/NET Trace Source, it is necessary to understand the key methods used, and the event data formats used. The main method involved in passing trace messages is the TraceSource.TraceEvent ...
https://dev.mysql.com/doc/connector-net/en/connector-net-ref-entityframework.html
MySqlModelCacheKey Represents a key value that uniquely identifies an Entity Framework model that has been loaded into memory. Classes Class Description BackoffAlgorithm Represents the base class for backoff algorithms. BackoffAlgorithmErr1040 ...
https://dev.mysql.com/doc/connector-net/en/connector-net-simple-membership-tutorial.html
<membership defaultProvider="MySqlSimpleMembershipProvider"> <providers> <clear/> <add name="MySqlSimpleMembershipProvider" type="MySql.Web.Security.MySqlSimpleMembershipProvider,MySql.Web, ... This section documents the ability to use a simple ...
https://dev.mysql.com/doc/connector-net/en/connector-net-tutorials-data-adapter.html
The application was built using the Microsoft Visual Studio to place and create the user interface controls, but the main code that uses the key classes described previously is shown in the next code example, and is portable. Previously, when using ...
https://dev.mysql.com/doc/connector-net/en/connector-net-tutorials-ssl-pfx.html
openssl pkcs12 -export -in client-cert.pem -inkey client-key.pem -certfile cacert.pem -out client.pfx When asked for an export password, enter the password “pass”. Instead, Windows includes a certificate store that provides platform-dependent ...
https://dev.mysql.com/doc/connector-odbc/en/connector-odbc-introduction.html
The MySQL Connector/ODBC is the name for the family of MySQL ODBC drivers (previously called MyODBC drivers) that provide access to a MySQL database using the industry standard Open Database Connectivity (ODBC) API. This reference covers ...
https://dev.mysql.com/doc/connector-python/en/connector-python-api-cext-get-character-set-info.html
The returned dictionary has the keys number, name, csname, comment, dir, mbminlen, and mbmaxlen. Syntax: info = ccnx.get_character_set_info() Returns information about the default character set for the current MySQL session.
https://dev.mysql.com/doc/connector-python/en/connector-python-api-errors-custom-error-exception.html
The error argument can be a dictionary, in which case the key is the server error number, and value the class of the exception to be raised. Syntax: errors.custom_error_exception(error=None, exception=None) This method defines custom exceptions for ...
https://dev.mysql.com/doc/connector-python/en/connector-python-api-mysqlcursor-column-names.html
Syntax: sequence = cursor.column_names This read-only property returns the column names of a result set as sequence of Unicode strings.
Displaying 1211 to 1220 of 1481 total results