Search Results
https://dev.mysql.com/doc/connectors/en/connector-net-medium-trust-gac.html
If the library is installed in the GAC, you must include the connection option includesecurityasserts=true in your connection string. The following list shows steps and code fragments needed to run a Connector/NET application in a partial trust ...
https://dev.mysql.com/doc/connectors/en/connector-net-programming-binary-issues.html
There are certain situations where MySQL will return incorrect metadata about one or more columns. More specifically, the server can sometimes report that a column is binary when it is not (and the reverse). In these situations, it becomes ...
https://dev.mysql.com/doc/connectors/en/connector-net-simple-membership-tutorial.html
This section documents the ability to use a simple membership provider on MVC 4 templates. The configuration OAuth compatible for the application to login using external credentials from third-party providers like Google, Facebook, Twitter, or ...
https://dev.mysql.com/doc/connectors/en/connector-net-tutorials-parameters.html
This part of the tutorial shows you how to use parameters in your MySQL Connector/NET application. Although it is possible to build SQL query strings directly from user input, this is not advisable as it does not prevent erroneous or malicious ...
https://dev.mysql.com/doc/connectors/en/connector-net-tutorials-ssl-pfx.html
Instead, Windows includes a certificate store that provides platform-dependent certificates in PFX format. For the purposes of this example, use test client certificates from the MySQL server repository (./mysql-test/std_data). To complete the steps ...
https://dev.mysql.com/doc/connectors/en/connector-odbc-usagenotes-functionality-dynamic-cursor.html
Support for the dynamic cursor is provided in Connector/ODBC 3.51, but dynamic cursors are not enabled by default. You can enable this function within Windows by selecting the Enable Dynamic Cursor check box within the ODBC Data Source ...
https://dev.mysql.com/doc/connectors/en/connector-python-api-errors-error.html
This exception is the base class for all other exceptions in the errors module. It can be used to catch all errors in a single except statement. errors.Error is internally used by Connector/Python to raise MySQL client and server errors and should ...
https://dev.mysql.com/doc/connectors/en/connector-python-example-ddl.html
All DDL (Data Definition Language) statements are executed using a handle structure known as a cursor. The following examples show how to create the tables of the Employee Sample Database. In a MySQL server, tables are very long-lived objects, and ...
https://dev.mysql.com/doc/connector-net/en/connector-net-medium-trust-gac.html
If the library is installed in the GAC, you must include the connection option includesecurityasserts=true in your connection string. The following list shows steps and code fragments needed to run a Connector/NET application in a partial trust ...
https://dev.mysql.com/doc/connector-net/en/connector-net-programming-binary-issues.html
There are certain situations where MySQL will return incorrect metadata about one or more columns. More specifically, the server can sometimes report that a column is binary when it is not (and the reverse). In these situations, it becomes ...