Search



Search Results
Displaying 2971 to 2980 of 5028 total results
https://dev.mysql.com/doc/connectors/en/connector-net-programming-prepared.html
To prepare a statement, use the following sequence of steps: Create a MySqlCommand object and set the CommandText property to your query. Prepared statements can provide significant performance improvements on queries that are executed more than ...
https://dev.mysql.com/doc/connectors/en/connector-net-support-bug-report.html
If you encounter difficulties or problems with MySQL Connector/NET, contact the Connector/NET community, as explained in Section 4.9.1, “Connector/NET Community Support”. First try to execute the same SQL statements and commands from the mysql ...If reporting a problem, ideally include the following information with the email: Operating system and ...
https://dev.mysql.com/doc/connectors/en/connector-net-tutorials-data-adapter.html
Previously, when using MySqlDataReader, the connection to the database was continually maintained unless explicitly closed. This decoupled mode of working with data is supported by MySQL Connector/NET. The Data Adapter is created by instantiating ...It is also possible to work in a manner where a connection is only established when ...
https://dev.mysql.com/doc/connectors/en/connector-odbc-configuration-dsn-windows-5-2.html
From the "Create New Data Source" dialog, select the MySQL ODBC 5.x ANSI or Unicode Driver, then click Finish to open its connection parameters dialog. Figure 5.3 Create New Data Source Dialog: Choosing a MySQL ODBC Driver You now need to configure ... 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/connectors/en/connector-odbc-installation-binary-macos.html
macOS is based on the FreeBSD operating system, and you can normally use the MySQL network port for connecting to MySQL servers on other hosts. Installing the Connector/ODBC driver lets you connect to MySQL databases on any platform through the ...
https://dev.mysql.com/doc/connectors/en/connector-odbc-installation-binary-unix-rpm.html
To uninstall the driver, become root and execute an rpm command: $> su root $> rpm -e mysql-connector-odbc . To install or upgrade Connector/ODBC from an RPM distribution on Linux, simply download the RPM distribution of the latest version of ...
https://dev.mysql.com/doc/connectors/en/connector-odbc-installation.html
Where to Get Connector/ODBC You can get a copy of the latest version of Connector/ODBC binaries and sources from our website at https://dev.mysql.com/downloads//connector/odbc/. Supported Platforms Connector/ODBC can be used on all major platforms ... This section explains where to download Connector/ODBC, and how to run the installer, copy the files manually, or build from ...
https://dev.mysql.com/doc/connectors/en/connector-odbc-support-bug-report.html
Determine what statements were issued by searching for the string >mysql_real_query in the myodbc.log file. Also, try issuing the statements from the mysql client program or from admndemo. This helps you determine whether the error is in ... If you ...
https://dev.mysql.com/doc/connectors/en/connector-python-api-errors.html
The mysql.connector.errors module defines exception classes for errors and warnings raised by MySQL Connector/Python. Most classes defined in this module are available when you import mysql.connector. For some MySQL client or server errors it is ...
https://dev.mysql.com/doc/connectors/en/connector-python-api-mysqlcursor-constructor.html
If omitted, the cursor is created but its execute() method raises an exception.
Displaying 2971 to 2980 of 5028 total results