Search Results
https://dev.mysql.com/doc/connectors/en/connector-odbc-configuration-connection-without-dsn.html
You can connect to the MySQL server using SQLDriverConnect, by specifying the DRIVER name field. Here are the connection strings for Connector/ODBC using DSN-less connections: For Connector/ODBC 9.3: ConnectionString = "DRIVER={MySQL ODBC 9.3 ...On ...
https://dev.mysql.com/doc/connectors/en/connector-odbc-usagenotes-apptips-microsoft.html
The majority of Microsoft applications have been tested with Connector/ODBC, including Microsoft Office, Microsoft Access and the various programming languages supported within ASP and Microsoft Visual Studio. 5.8.2.1.6 Microsoft ADO When you are ...5.8.2.1.1 Microsoft Access To improve the integration between Microsoft Access and MySQL through Connector/ODBC: For all versions of Access, enable the Connector/ODBC Return matching rows ...
https://dev.mysql.com/doc/connectors/en/connector-python-introduction.html
MySQL Connector/Python enables Python programs to access MySQL databases, using an API that is compliant with the Python Database API Specification v2.0 (PEP 249). MySQL Connector/Python includes support for: Almost all features provided by MySQL ...For notes detailing the changes in each release of Connector/Python, see MySQL Connector/Python Release ...
https://dev.mysql.com/doc/connector-net/en/connector-net-medium-trust-gac.html
Configure the MySQL server to accept pipe connections, by adding the --enable-named-pipe option on the command line. Edit your web.config file so that your application runs using a Medium trust level: <system.web> <trust level="Medium"/> ... If the ...
https://dev.mysql.com/doc/connector-odbc/en/connector-odbc-configuration-connection-without-dsn.html
You can connect to the MySQL server using SQLDriverConnect, by specifying the DRIVER name field. Here are the connection strings for Connector/ODBC using DSN-less connections: For Connector/ODBC 9.5: ConnectionString = "DRIVER={MySQL ODBC 9.5 ...On ...
https://dev.mysql.com/doc/connector-python/en/connector-python-introduction.html
MySQL Connector/Python enables Python programs to access MySQL databases, using an API that is compliant with the Python Database API Specification v2.0 (PEP 249). MySQL Connector/Python includes support for: Almost all features provided by MySQL ...For notes detailing the changes in each release of Connector/Python, see MySQL Connector/Python Release ...
https://dev.mysql.com/doc/ndbapi/en/ndb-nodejs-setup.html
This requires a running NDB Cluster, including a MySQL Server with a database named test. To run the test suite, change to the test directory, then execute command shown here: $> node driver By default, all servers are run on the local machine using ... This section covers basic installation and setup of the MySQL JavaScript Connector and its ...
https://dev.mysql.com/doc/mysql-monitor/8.0/en/mem-upgrading-general.html
On Windows, this file is in the C:\Program Files\MySQL\Enterprise\Agent\share\mysql-monitor-agent directory and on Unix, in the /opt/mysql/enterprise/agent/share/mysql-monitor-agent directory. Important MySQL Enterprise Service Manager is bundled ...
https://dev.mysql.com/doc/connector-j/en/connector-j-interceptors.html
An interceptor is a software design pattern that provides a transparent way to extend or modify some aspect of a program, similar to a user exit. In these kinds of interceptor classes, you might add extra diagnostic information to exceptions that ...With Connector/J, the interceptors are enabled and disabled by updating the connection string to refer to different sets of interceptor classes that you ...
https://dev.mysql.com/doc/refman/8.4/en/commit.html
To disable autocommit mode for each new connection, see the description of the autocommit system variable at Section 7.1.8, “Server System Variables”. Note Within all stored programs (stored procedures and functions, triggers, and events), the ...SET autocommit disables or enables the default autocommit mode for the current ...