Search



Search Results
Displaying 2781 to 2790 of 4186 total results
https://dev.mysql.com/doc/connectors/en/connector-net-installation-binary-nuget.html
In addition, the packages provides access to multiple versions of MySQL server and encapsulates database-specific protocols. MySQL Connector/NET functionality is available as packages from NuGet, an open-source package manager for the Microsoft ...
https://dev.mysql.com/doc/connectors/en/connector-net-installation.html
The .NET Framework is primarily supported on recent versions of Microsoft Windows and Microsoft Windows Server. MySQL Connector/NET runs on any platform that supports the .NET Standard (.NET Framework, .NET Core, and Mono). Cross-platform options: ...
https://dev.mysql.com/doc/connectors/en/connector-net-programming-datetime-invalid.html
The MySqlDateTime data type supports the same date values that are supported by the MySQL server. Although it is strongly recommended that you avoid the use of invalid dates within your .NET application, it is possible to use invalid dates by means ...
https://dev.mysql.com/doc/connectors/en/connector-net-programming-tablecaching.html
This is useful for applications that are designed to use readers, but still want to minimize trips to the server for slow-changing tables. Table caching is a feature that can be used to cache slow-changing datasets on the client side. This feature ...
https://dev.mysql.com/doc/connectors/en/connector-net-ref-replication.html
The MySql.Data.MySqlClient.Replication namespace contains members for replication and load-balancing components.
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-net.html
MySQL Connector/NET is the connector that enables .NET applications to communicate with MySQL servers. For notes detailing the changes in each release of Connector/NET, see MySQL Connector/NET Release Notes. For help with using MySQL, please visit ...
https://dev.mysql.com/doc/connectors/en/connector-odbc-both-openssl.html
If Connector/ODBC is connecting securely with the MySQL server and the application using the connection makes calls itself to an OpenSSL library, the application might then fail, as two copies of the OpenSSL library will then be in use. Note ...
https://dev.mysql.com/doc/connectors/en/connector-odbc-examples-tools-with-access-export.html
Enter the desired name for the table after its import into the MySQL server, and click OK. Important Make sure that the information that you are exporting to the MySQL table is valid for the corresponding MySQL data types. Values that are valid ...
https://dev.mysql.com/doc/connectors/en/connector-odbc-examples-tools-with-access-import.html
Microsoft Access connects to the MySQL server and displays the list of tables (objects) that you can import. To import tables from MySQL to Access, follow these instructions: Open the Access database into which that you want to import MySQL data.
Displaying 2781 to 2790 of 4186 total results