Search



Search Results
Displaying 1451 to 1460 of 2583 total results
https://dev.mysql.com/doc/connectors/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/connectors/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/connectors/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/connectors/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 ...
https://dev.mysql.com/doc/connectors/en/connector-net-versions.html
In addition, your Microsoft Windows host must have the TLSv1.2 protocol enabled. MySQL Connector/NET 9.x series is a continuation of Connector/NET 8.x series, but now named to synchronize with the (latest) MySQL server version it supports. This ...
https://dev.mysql.com/doc/connectors/en/connector-odbc-architecture.html
For example, if you have configured a DSN that connects to a MySQL database then the driver manager will load the Connector/ODBC driver to enable the ODBC API to communicate with the MySQL host. The Connector/ODBC architecture is based on five ...
https://dev.mysql.com/doc/connectors/en/connector-odbc-configuration-connection-without-dsn.html
Here are the connection strings for Connector/ODBC using DSN-less connections: For Connector/ODBC 9.3: ConnectionString = "DRIVER={MySQL ODBC 9.3 Unicode Driver};\ SERVER=localhost;\ DATABASE=test;\ USER=venu;\ PASSWORD=venu;\ FOUND_ROWS=1;" ... You ...
https://dev.mysql.com/doc/connectors/en/connector-odbc-configuration-dsn-windows-5-2.html
To verify the connection using the parameters you have entered, click the Test button. The ODBC Data Source Administrator on Windows lets you create DSNs, check driver installation, and configure ODBC functions such as tracing (used for debugging) ...
https://dev.mysql.com/doc/connectors/en/connector-odbc-configuration-dsn-windows-problems.html
Also, make sure you have the latest valid ctl3d32.dll in your system directory. While configuring a Connector/ODBC DSN, a Could Not Load Translator or Setup Library error occurs For more information, refer to MS KnowledgeBase Article(Q260558). The ...
https://dev.mysql.com/doc/connectors/en/connector-odbc-examples-tools-with-access-linked-tables.html
Use the following procedure to view links or to refresh them when the structures of the linked tables have changed. You can use Microsoft Access as a front end to MySQL by linking tables within your Microsoft Access database to tables that exist ...
Displaying 1451 to 1460 of 2583 total results