Search Results
https://dev.mysql.com/doc/connectors/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 ...For ...
https://dev.mysql.com/doc/connectors/en/connector-odbc-opentelemetry.html
For applications on Linux systems that use OpenTelemetry (OTel) instrumentation, the connector adds query and connection spans to the trace generated by application code and forwards the current OpenTelemetry context to the server. Enabling and ...
https://dev.mysql.com/doc/connectors/en/connector-odbc-support-version-history.html
This section highlights substantial changes per major Connector/ODBC release series, especially useful when updating legacy code. The connector release model changed after version 8.0, and now releases one version. Information about each ...This is ...
https://dev.mysql.com/doc/connectors/en/connector-python-api-errors-error.html
errors.Error is internally used by Connector/Python to raise MySQL client and server errors and should not be used by your application to raise exceptions. This exception is the base class for all other exceptions in the errors module. It can be ...
https://dev.mysql.com/doc/connectors/en/connector-python-api-mysqlconnection-close.html
For a connection obtained from a connection pool, close() does not actually close it but returns it to the pool and makes it available for subsequent connection requests.
https://dev.mysql.com/doc/connector-net/en/connector-net-asp-provider.html
MySQL Connector/NET includes a provider model for use with ASP.NET applications. Connector/NET supports the following web providers: Membership provider Roles provider Profiles provider Session state provider The following tables show the supported ...This model enables developers to focus on the business logic of their application instead of having to recreate such boilerplate items as membership and roles ...
https://dev.mysql.com/doc/connector-net/en/connector-net-programming-crystal-displaying.html
This same approach is taken when a report is created from a single table using Connector/ODBC. When a report is created from multiple tables using Connector/ODBC, a data set with multiple tables must be created in our application. To display a ...
https://dev.mysql.com/doc/connector-net/en/connector-net-simple-membership-tutorial.html
Add a valid MySQL connection string to the web.config file, similar to the following example. <add name="MyConnection" connectionString="server=localhost; UserId=root; password=pass; database=MySqlSimpleMembership; logging=true;port=3305" ... This ...
https://dev.mysql.com/doc/connector-net/en/connector-net-tutorials-document-store.html
This tutorial provides instructions to get you started using MySQL as a document store with MySQL Connector/NET. Minimum Requirements MySQL Server 8.0.11 with X Protocol enabled Connector/NET 8.0.11 Visual Studio 2013/2015/2017 world_x database ...
https://dev.mysql.com/doc/connector-odbc/en/connector-odbc-configuration-trace-log.html
To generate a Connector/ODBC log, do the following: Within Windows, enable the Trace Connector/ODBC option flag in the Connector/ODBC connect/configure screen. If the trace option is not remembered when you are going back to the above screen, it ...