Search



Search Results
Displaying 661 to 670 of 1278 total results
https://dev.mysql.com/doc/connectors/en/connector-net-installation-binary-nuget.html
You can install or upgrade one or more individual Connector/NET packages with NuGet, making it a convenient way to introduce existing technology, such as Entity Framework, to your project. MySQL Connector/NET functionality is available as packages ...
https://dev.mysql.com/doc/connectors/en/connector-net-installation-binary-windows-installer.html
You can install MySQL Connector/NET through a Windows Installer (.msi) installation package, which can install Connector/NET on supported Windows operating systems. The MSI package is a file named mysql-connector-net-version.msi, where version ...
https://dev.mysql.com/doc/connectors/en/connector-net-medium-trust-evolution.html
The latest enhancements do require some configuration changes in existing deployments. The partial trust support for MySQL Connector/NET has improved rapidly throughout the 6.5.x and 6.6.x versions. If the library is not in the GAC, the only ...
https://dev.mysql.com/doc/connectors/en/connector-net-programming-binary-issues.html
However, some existing applications may encounter issues with this change and can use a connection string option to enable or disable it. There are certain situations where MySQL will return incorrect metadata about one or more columns. More ...
https://dev.mysql.com/doc/connectors/en/connector-net-tutorials-asp-roles.html
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 creates database tables to store user information, along with code to ...
https://dev.mysql.com/doc/connectors/en/connector-net-tutorials-efmodel-ddl.html
In the Generate Database Wizard dialog select an existing connection, or create a new connection to a server. This tutorial demonstrates how to create MySQL DDL from an Entity Framework model. Minimally, you will need Microsoft Visual Studio 2017 ...
https://dev.mysql.com/doc/connectors/en/connector-odbc-configuration-connection-pooling.html
Connection pooling enables the ODBC driver to re-use existing connections to a given database from a pool of connections, instead of opening a new connection each time the database is accessed. By enabling connection pooling you can improve the ...
https://dev.mysql.com/doc/connectors/en/connector-odbc-configuration-dsn-macos.html
Existing DSNs or those that you created using the myodbc-installer tool can still be checked and edited using ODBC Administrator. To configure a DSN on macOS, you can either use the command-line utility (myodbc-installer), edit the odbc.ini file ...
https://dev.mysql.com/doc/connectors/en/connector-odbc-configuration-trace-macos.html
To append information to an existing log file, click the Choose... To enable the trace option on macOS, use the Tracing tab within ODBC Administrator . Figure 5.11 ODBC Administrator Tracing Dialog Select the Enable Tracing check box.
https://dev.mysql.com/doc/connectors/en/connector-odbc-examples-tools-with-access-linked-tables.html
You can use Microsoft Access as a front end to MySQL by linking tables within your Microsoft Access database to tables that exist within your MySQL database. When a query is requested on a table within Access, ODBC is used to execute the queries on ...
Displaying 661 to 670 of 1278 total results