Search



Search Results
Displaying 421 to 430 of 718 total results
https://dev.mysql.com/doc/connector-net/en/connector-net-installation-source.html
Right-click the node and select Build from the context menu to build the solution. To determine which frameworks are supported, use a text editor to open the related project file (for example, MySql.Data.csproj in the src subdirectory) and search ...
https://dev.mysql.com/doc/connector-net/en/connector-net-programming-blob.html
MySQL supports four different BLOB data types: TINYBLOB, BLOB, MEDIUMBLOB, and LONGBLOB, all described in The BLOB and TEXT Types and Data Type Storage Requirements. One common use for MySQL is the storage of binary data in BLOB columns. Data ...
https://dev.mysql.com/doc/connector-net/en/connector-net-programming-bulk-loader.html
MySQL Connector/NET features a bulk loader class that wraps the MySQL statement LOAD DATA INFILE. This gives Connector/NET the ability to load a data file from a local or remote host to the server, or a stream to a database (from Connector/NET ...
https://dev.mysql.com/doc/connector-net/en/connector-net-programming-getschema.html
The GetSchema() method of the connection object can be used to retrieve schema information about the database currently connected to. The schema information is returned in the form of a DataTable. Different forms of the GetSchema() method can be ...
https://dev.mysql.com/doc/connector-net/en/connector-net-programming-tracing-mysql-custom-listeners.html
To build custom listeners that work with the MySQL Connector/NET Trace Source, it is necessary to understand the key methods used, and the event data formats used. The main method involved in passing trace messages is the TraceSource.TraceEvent ...
https://dev.mysql.com/doc/connector-net/en/connector-net-ref-efcore.html
Enumerations Enumeration Description MySQLMatchSearchMode Performs a search against a text collection. MySql.EntityFrameworkCore.Infrastructure Namespace Classes Class Description MySQLDbContextOptionsBuilder Represents the ... Namespaces in this ...
https://dev.mysql.com/doc/connector-net/en/connector-net-tutorials-parameters.html
For example, imagine the following query was constructed from user input: string sql = "SELECT Name, HeadOfState FROM Country WHERE Continent = "+user_continent; If the string user_continent came from a Text Box control, there would potentially be ... This part of the tutorial shows you how to use parameters in your MySQL Connector/NET ...
https://dev.mysql.com/doc/connector-odbc/en/connector-odbc-configuration-connection-parameters.html
ENABLE_CLEARTEXT_PLUGIN Enable Cleartext Authentication 0 Set to 1 to enable cleartext authentication. However, the numerical option value in the connection string can only enable, but not disable parameters enabled on the DSN, which can only be ...
https://dev.mysql.com/doc/connector-odbc/en/connector-odbc-configuration-dsn-windows-5-2.html
In the Description box, enter some text to help identify the connection. The ODBC Data Source Administrator on Windows lets you create DSNs, check driver installation, and configure ODBC functions such as tracing (used for debugging) and connection ...
https://dev.mysql.com/doc/connector-odbc/en/connector-odbc-examples-programming-vb-ado.html
The following ADO (ActiveX Data Objects) example creates a table my_ado and demonstrates the use of rs.addNew, rs.delete, and rs.update. rs.Open "SELECT * FROM my_ado" rs!Name = "update" rs!txt = "updated-second-time" rs.Update rs.Close 'rs delete ...
Displaying 421 to 430 of 718 total results