Search



Search Results
Displaying 1201 to 1210 of 1467 total results
https://dev.mysql.com/doc/connectors/en/connector-j-session-state-tracker.html
Connector/J can receive information on client session state changes tracked by the server if the tracking has been enabled on the server. The reception of the information is enabled by setting the Connector/J connection property trackSessionState ...
https://dev.mysql.com/doc/connectors/en/connector-j-WebAuthn-authentication.html
Web Authentication (WebAuthn) enables user authentication for MySQL Server using devices such as smart cards, security keys, and biometric readers. WebAuthn enables passwordless authentication, and can be used for MySQL accounts that use ...
https://dev.mysql.com/doc/connectors/en/connector-net-programming-datetime-problems.html
Invalid MySQL dates cannot be loaded into native .NET DateTime objects, including NULL dates. The differences in date handling can cause problems for developers who use invalid dates. Because of this issue, .NET DataSet objects cannot be populated ...
https://dev.mysql.com/doc/connectors/en/connector-net-programming-trace-source.html
Total rows=127, skipped rows=0, size (bytes)=4102 mysql Information: 6 : 1: Query Closed mysql Information: 3 : 1: Query Opened: SET character_set_results=NULL mysql Information: 4 : 1: Resultset Opened: field(s) = 0, affected rows = 0, inserted id ... The .NET tracing architecture consists of four main parts: Source - This is the originator of the trace ...
https://dev.mysql.com/doc/connectors/en/connector-net-tutorials-sql-command.html
When a connection has been established with the MySQL database, the next step enables you to perform database operations. This task can be achieved through the use of the MySqlCommand object. After it has been created, there are three main methods ...
https://dev.mysql.com/doc/connectors/en/connector-net-tutorials-web-personalization-provider.html
MySQL Connector/NET provides a web parts personalization provider that allows you to use a MySQL server to store personalization data. This tutorial demonstrates how to configure the web parts personalization provider using Connector/NET. Minimum ...
https://dev.mysql.com/doc/connectors/en/connector-odbc-examples-programming-net.html
This section contains simple examples that demonstrate the use of Connector/ODBC drivers with ODBC.NET. 5.6.7.2.1 Using Connector/ODBC with ODBC.NET and C# (C sharp) The following sample creates a table my_odbc_net and demonstrates its use in C#.
https://dev.mysql.com/doc/connectors/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/connectors/en/connector-python-coding.html
The application can use server-side checks such as unique constraints and NOT NULL constraints, to keep the bad data from ever reaching the database. The following guidelines cover aspects of developing MySQL applications that might not be ...
https://dev.mysql.com/doc/connector-net/en/connector-net-programming-datetime-problems.html
Invalid MySQL dates cannot be loaded into native .NET DateTime objects, including NULL dates. The differences in date handling can cause problems for developers who use invalid dates. Because of this issue, .NET DataSet objects cannot be populated ...
Displaying 1201 to 1210 of 1467 total results