Search



Search Results
Displaying 1461 to 1470 of 2583 total results
https://dev.mysql.com/doc/connectors/en/connector-odbc-examples-tools.html
Once you have configured your Connector/ODBC DSN, you can access your MySQL database through any application that supports the ODBC interface, including programming languages and third-party applications. This section contains guides and help on ...
https://dev.mysql.com/doc/connectors/en/connector-odbc-examples.html
Once you have configured a DSN to provide access to a database, how you access and use that connection is dependent on the application or programming language. As ODBC is a standardized interface, any application or language that supports ODBC can ...
https://dev.mysql.com/doc/connectors/en/connector-odbc-installation-binary-windows-dll.html
If you have downloaded the zipped DLL package: Unzip the installation files to the location you want it installed. Run the included batch file to perform an installation from the current directory and registers the ODBC driver. Alternatively to the ...
https://dev.mysql.com/doc/connectors/en/connector-odbc-installation-binary-yum.html
You must have the MySQL Yum repository on your system's repository list (see Adding the MySQL Yum Repository for details). The MySQL Yum repository for Oracle Linux, Red Hat Enterprise Linux, CentOS, and Fedora provides Connector/ODBC RPM packages ...
https://dev.mysql.com/doc/connectors/en/connector-odbc-installation-source-development.html
To check out the latest source code, visit GitHub: https://github.com/mysql/mysql-connector-odbc To clone the Git repository to your machine, use this command $> git clone https://github.com/mysql/mysql-connector-odbc.git You should now have a copy ... Caution This section is only for users who are interested in helping us test our new ...
https://dev.mysql.com/doc/connectors/en/connector-odbc-introduction.html
You may need Connector/ODBC for Unix or macOS if you have an application that requires an ODBC interface to communicate with the database. The MySQL Connector/ODBC is the name for the family of MySQL ODBC drivers (previously called MyODBC drivers) ...
https://dev.mysql.com/doc/connectors/en/connector-odbc-support-bug-report.html
Only MySQL engineers have access to the files you upload, and we are very discreet with the data. If you encounter difficulties or problems with Connector/ODBC, start by making a log file from the ODBC Manager (the log you get when requesting logs ...
https://dev.mysql.com/doc/connectors/en/connector-odbc-usagenotes-apptips-datajunction.html
You have to change it to output VARCHAR rather than ENUM, as it exports the latter in a manner that causes MySQL problems.
https://dev.mysql.com/doc/connectors/en/connector-odbc-usagenotes-functionality-last-insert-id.html
Obtaining the value of column that uses AUTO_INCREMENT after an INSERT statement can be achieved in a number of different ways. To obtain the value immediately after an INSERT, use a SELECT query with the LAST_INSERT_ID() function. For example, ...
https://dev.mysql.com/doc/connectors/en/connector-python-api-errors-programmingerror.html
This exception is raised on programming errors, for example when you have a syntax error in your SQL or a table was not found. The following example shows how to handle syntax errors: try: cursor.execute("CREATE DESK t1 (id int, PRIMARY KEY (id))") ...
Displaying 1461 to 1470 of 2583 total results