Search



Search Results
Displaying 1261 to 1270 of 1907 total results
https://dev.mysql.com/doc/connectors/en/connector-net-authentication.html
Potential error conditions include: Private key could not be found at location given by OCI configuration entry 'key_file'. MySQL Connector/NET implements a variety of authentication plugins that MySQL Server can invoke to authenticate a user.
https://dev.mysql.com/doc/connectors/en/connector-net-interceptors.html
This technique applies to exceptions raised at the SQL level, not to lower-level system or I/O errors. An interceptor is a software design pattern that provides a transparent way to extend or modify some aspect of a program, similar to a user exit.
https://dev.mysql.com/doc/connectors/en/connector-net-programming-mysqlcommand.html
If you send query attribute metadata to a server that does not support query attributes, the attempt is logged by the connector but no error is emitted. The MySqlCommand class represents a SQL statement to execute against a MySQL database. Class ...
https://dev.mysql.com/doc/connectors/en/connector-net-programming.html
MySqlException: The exception that is thrown when MySQL returns an error. MySQL Connector/NET comprises several classes that are used to connect to the database, execute queries and statements, and manage query results. The following are the major ...
https://dev.mysql.com/doc/connectors/en/connector-net-tutorials-asp-provider-profile.html
Save all files and build the solution to check that no errors have been introduced. This tutorial shows you how to use the MySQL Profile Provider to store user profile information in a MySQL database. The tutorial uses MySQL Connector/NET 6.9.9, ...
https://dev.mysql.com/doc/connectors/en/connector-net-tutorials-asp-roles.html
At this point build the solution to ensure no errors are present. Many websites feature the facility for the user to create a user account. They can then log into the website and enjoy a personalized experience. This requires that the developer ...
https://dev.mysql.com/doc/connectors/en/connector-net-tutorials-entity-framework-databinding-linq-entities.html
Figure 4.18 Placed GridView Control At this point it is recommended that you save your solution, and build the solution to ensure that there are no errors. In this tutorial you create an ASP.NET web page that binds LINQ queries to entities using ...
https://dev.mysql.com/doc/connectors/en/connector-net-tutorials-parameters.html
The user could enter a string that generates a runtime error, or in the worst case actually harms the system. This part of the tutorial shows you how to use parameters in your MySQL Connector/NET application. Although it is possible to build SQL ...
https://dev.mysql.com/doc/connectors/en/connector-net-tutorials-ssl-pem.html
using (MySqlConnection connection = new MySqlConnection( "database=test;user=sslclient;" + "SslMode=VerifyFull" + "SslCa=ca.pem;" + "SslCert=client-cert.pem;" + "SslKey=client-key.pem;")) { connection.Open(); } Errors found when processing the PEM ... The direct use of PEM format certificates was introduced to simplify certificate management in multiplatform environments that include similar MySQL ...
https://dev.mysql.com/doc/connectors/en/connector-odbc-architecture.html
The Connector/ODBC architecture is based on five components, as shown in the following diagram: Figure 5.1 Connector/ODBC Architecture Components Application: The Application uses the ODBC API to access the data from the MySQL server. The ...
Displaying 1261 to 1270 of 1907 total results