Search



Search Results
Displaying 1491 to 1500 of 2583 total results
https://dev.mysql.com/doc/connector-net/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/connector-net/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/connector-net/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/connector-net/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/connector-net/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/connector-net/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 ...
https://dev.mysql.com/doc/connector-net/en/connector-net-tutorials-entity-framework-winform-data-source.html
Save entity connection settings in App.config as: worldEntities If you have not already done so, you can create the new connection at this time by clicking New Connection (see the figure that follows). This tutorial describes how to create a ...
https://dev.mysql.com/doc/connector-net/en/connector-net-tutorials-parameters.html
This part of the tutorial shows you how to use parameters in your MySQL Connector/NET application. Although it is possible to build SQL query strings directly from user input, this is not advisable as it does not prevent erroneous or malicious ...
https://dev.mysql.com/doc/connector-net/en/connector-net-tutorials-sql-command.html
When the results have been obtained in a MySqlReader object, the results can be processed. When a connection has been established with the MySQL database, the next step enables you to perform database operations. This task can be achieved through ...
https://dev.mysql.com/doc/connector-net/en/connector-net-tutorials.html
Work through the first tutorial to verify that you have the right software components installed and configured, then choose other tutorials to try depending on the features you intend to use in your applications. The following MySQL Connector/NET ...
Displaying 1491 to 1500 of 2583 total results