Search



Search Results
Displaying 2191 to 2200 of 4186 total results
https://dev.mysql.com/doc/connector-net/en/connector-net-programming-datetime-restricting.html
This can be done on either the client or the server side. For information on using the traditional SQL mode, see Server SQL Modes. The best solution to the date problem is to restrict users from entering invalid dates. Restricting invalid dates on ...
https://dev.mysql.com/doc/connector-net/en/connector-net-programming-prepared.html
Another advantage of prepared statements is that, with server-side prepared statements enabled, it uses a binary protocol that makes data transfer between client and server more efficient. Prepared statements can provide significant performance ...
https://dev.mysql.com/doc/connector-net/en/connector-net-programming-telemetry.html
If the server does not support query attributes or has them disabled, then Connector/NET skips the entire context propagation flow. OpenTelementry (OTel) standardizes instrumentation, generation, collecting and exporting telemetry data to be ...
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-efcore.html
MySqlIndexBuilderExtensions Inheritance MySQLIndexExtensions Extension methods for IIndex for SQL Server-specific metadata. Namespaces in this section: MySql.EntityFrameworkCore.DataAnnotations Namespace MySQL.EntityFrameworkCore.Diagnostics ...
https://dev.mysql.com/doc/connector-net/en/connector-net-tutorials-ssl-pem.html
For this example, use the test client certificates from the MySQL server repository (server-repository-root/mysql-test/std_data). The direct use of PEM format certificates was introduced to simplify certificate management in multiplatform ...
https://dev.mysql.com/doc/connector-odbc/en/connector-odbc-examples-programming-vb-ado.html
The following ADO (ActiveX Data Objects) example creates a table my_ado and demonstrates the use of rs.addNew, rs.delete, and rs.update. rs.Open "SELECT * FROM my_ado" rs!Name = "update" rs!txt = "updated-second-time" rs.Update rs.Close 'rs delete ...
https://dev.mysql.com/doc/connector-odbc/en/index.html
Abstract This manual describes how to install and configure MySQL Connector/ODBC, the driver that enables ODBC applications to communicate with MySQL servers, and how to use it to develop database applications. The latest MySQL Connector/ODBC ...
https://dev.mysql.com/doc/connector-python/en/connector-python-api-cext-shutdown.html
Raises a MySQLErrorInterface exception if an error is retured by the MySQL server. The only argument currently permitted is an integer that describes the shutdown type. Raises a TypeError exception if the first argument is not an integer.
https://dev.mysql.com/doc/connector-python/en/connector-python-api-cext-stat.html
Syntax: info = ccnx.stat() Returns the server status as a string. Raises a MySQLErrorInterface exception if an error is retured by the MySQL server.
Displaying 2191 to 2200 of 4186 total results