Search



Search Results
Displaying 1691 to 1700 of 2266 total results
https://dev.mysql.com/doc/connector-net/en/connector-net-programming-datetime-invalid.html
The default behavior of Connector/NET is to return a .NET DateTime object for valid date values, and return an error for invalid dates. This default can be modified to cause Connector/NET to return MySqlDateTime objects for invalid dates. To ...
https://dev.mysql.com/doc/connector-net/en/connector-net-programming-trace-source.html
To use tracing MySql.Data.MySqlClient.MySqlTrace can be used as a TraceSource for Connector/NET and the connection string must include "Logging=True". The .NET tracing architecture consists of four main parts: Source - This is the originator of the ...
https://dev.mysql.com/doc/connector-net/en/connector-net-ref-authentication.html
MySqlClearPasswordPlugin Allows connections to a user account set with the mysql_clear_password authentication plugin. Classes Class Description MySqlAuthenticationPlugin Abstract class used to define an authentication plugin. MySqlPemReader ...
https://dev.mysql.com/doc/connector-net/en/connector-net-tutorials-asp-provider-profile.html
The tutorial uses MySQL Connector/NET 6.9.9, MySQL Server 5.7.21 and Microsoft Visual Studio 2017 Professional Edition. Click Edit and then configure a connection string for the database that will be used to store user profile information. In this ... This tutorial shows you how to use the MySQL Profile Provider to store user profile information in a MySQL ...
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-using-character-sets.html
To try and alleviate this, MySQL Connector/NET supports a mode where binary blobs can be treated as strings. To do this, you set the 'Treat Blobs As UTF8' connection string keyword to true. Treating Binary Blobs As UTF8 Before the introduction of ...
https://dev.mysql.com/doc/connector-odbc/en/connector-odbc-configuration-dsn.html
Generally, a DSN consists of the following parameters: Name Host Name Database Name Login Password In addition, different ODBC drivers, including Connector/ODBC, may accept additional driver-specific options and parameters. A User DSN is specific to ... A Data Source Name associates the configuration parameters for communicating with a specific ...
https://dev.mysql.com/doc/connector-odbc/en/connector-odbc-configuration.html
Before you connect to a MySQL database using the Connector/ODBC driver, you configure an ODBC Data Source Name (DSN). The DSN associates the various configuration parameters required to communicate with a database to a specific name. You use the ...
https://dev.mysql.com/doc/connector-odbc/en/connector-odbc-examples-programming.html
With a suitable ODBC Manager and the Connector/ODBC driver installed, any programming language or environment that can support ODBC can connect to a MySQL database through Connector/ODBC. This includes, but is not limited to, Microsoft support ...
https://dev.mysql.com/doc/connector-odbc/en/connector-odbc-installation-binary-windows.html
Before installing the Connector/ODBC drivers on Windows: Make sure your Microsoft Data Access Components (MDAC) are up to date. The MSI package bundles OpenSSL libraries used by Connector/ODBC while the Zip Archive does not and requires that you ...
Displaying 1691 to 1700 of 2266 total results