Search



Search Results
Displaying 1441 to 1450 of 2583 total results
https://dev.mysql.com/doc/connectors/en/connector-net-installation-binary-nuget.html
MySQL Connector/NET functionality is available as packages from NuGet, an open-source package manager for the Microsoft development platform (including .NET Core). The NuGet Gallery is the central software package repository populated with the most ...
https://dev.mysql.com/doc/connectors/en/connector-net-installation-binary-windows-installer.html
If you have chosen a custom installation, you can select the individual components to install, including the core interface component, supporting documentation options, examples, and the source code. You can install MySQL Connector/NET through a ...
https://dev.mysql.com/doc/connectors/en/connector-net-installation-unix.html
Before installing, ensure that you have a working Mono project installation. There is no installer available for installing the MySQL Connector/NET component on your Unix installation. To test whether your system has Mono installed, enter: $> mono ...
https://dev.mysql.com/doc/connectors/en/connector-net-interceptors.html
An interceptor is a software design pattern that provides a transparent way to extend or modify some aspect of a program, similar to a user exit. With MySQL Connector/NET, the interceptors are enabled and disabled by updating the connection string ...
https://dev.mysql.com/doc/connectors/en/connector-net-programming-blob-serverprep.html
The first step is using MySQL with BLOB data is to configure the server. For this example, use the following table definition: CREATE TABLE file( file_id SMALLINT UNSIGNED AUTO_INCREMENT NOT NULL PRIMARY KEY, file_name VARCHAR(64) NOT NULL, ...
https://dev.mysql.com/doc/connectors/en/connector-net-programming-crystal-displaying.html
The following references are needed in a project that displays a report: CrystalDecisions.CrystalReports.Engine CrystalDecisions.ReportSource CrystalDecisions.Shared CrystalDecisions.Windows.Forms The following code assumes that you created your ...
https://dev.mysql.com/doc/connectors/en/connector-net-programming-datetime-invalid.html
The following are some known issues: Data binding for invalid dates can still cause errors (zero dates like 0000-00-00 do not seem to have this problem). Although it is strongly recommended that you avoid the use of invalid dates within your .NET ...
https://dev.mysql.com/doc/connectors/en/connector-net-programming-mysqlcommand.html
The MySqlCommand class represents a SQL statement to execute against a MySQL database. Class methods enable you to perform the following database operations: Query a database Insert, update, and delete data Return a single value Command-based ...
https://dev.mysql.com/doc/connectors/en/connector-net-tutorials-connection.html
In this section you have learned how to create a connection to a MySQL database, and open and close the corresponding connection object. For your MySQL Connector/NET application to connect to a MySQL database, it must establish a connection by ...
https://dev.mysql.com/doc/connectors/en/connector-net-tutorials-efmodel-ddl.html
You have seen how to create MySQL DDL code from an Entity Framework model. This tutorial demonstrates how to create MySQL DDL from an Entity Framework model. Minimally, you will need Microsoft Visual Studio 2017 and MySQL Connector/NET 6.10 to ...
Displaying 1441 to 1450 of 2583 total results