Search Results
https://dev.mysql.com/doc/connector-net/en/connector-net-tutorials-parameters.html
The user could enter a string that generates a runtime error, or in the worst case actually harms the system. This part of the tutorial shows you how to use parameters in your MySQL Connector/NET application. Although it is possible to build SQL ...
https://dev.mysql.com/doc/connector-net/en/connector-net-tutorials-ssl-pfx.html
Instead, Windows includes a certificate store that provides platform-dependent certificates in PFX format. For the purposes of this example, use test client certificates from the MySQL server repository (./mysql-test/std_data). To complete the steps ...
https://dev.mysql.com/doc/connector-net/en/index.html
Abstract This manual describes how to install and configure MySQL Connector/NET, the connector that enables .NET applications to communicate with MySQL servers, and how to use it to develop database applications. For notes detailing the changes in ...
https://dev.mysql.com/doc/connector-odbc/en/connector-odbc-architecture.html
Because most data access work is done with SQL, the primary tasks for applications that use ODBC are submitting SQL statements and retrieving any results generated by those statements. The Connector/ODBC architecture is based on five components, as ...
https://dev.mysql.com/doc/connector-odbc/en/connector-odbc-configuration-dsn-macos.html
If this file is not writable by this group, then the ODBC Administrator may fail, or may appear to work but not generate the correct entry. To configure a DSN on macOS, you can either use the command-line utility (myodbc-installer), edit the ...
https://dev.mysql.com/doc/connector-odbc/en/connector-odbc-configuration-trace-log.html
To generate a Connector/ODBC log, do the following: Within Windows, enable the Trace Connector/ODBC option flag in the Connector/ODBC connect/configure screen. If the trace option is not remembered when you are going back to the above screen, it ...
https://dev.mysql.com/doc/connector-odbc/en/connector-odbc-installation-binary-windows-debug.html
Add Debug Functionality to Regular Build Download the debug zip and copy its lib/ contents to your driver installation directory; this adds the PDB files generated in the RelWithDebInfo build. The associated Debug files are bundled in its own Zip ...
https://dev.mysql.com/doc/connector-odbc/en/connector-odbc-installation-source-unix.html
A sample odbc.ini file is generated by the build process under the test folder. You need the following tools to build MySQL from source on Unix: A working ANSI C++ compiler. GCC 4.2.1 or later, Sun Studio 12.1 or later, and many current ...
https://dev.mysql.com/doc/connector-odbc/en/index.html
Abstract This manual describes how to install and configure MySQL Connector/ODBC, the driver that enables ODBC applications to communicate with MySQL servers, and how to use it to develop database applications. The latest MySQL Connector/ODBC ...
https://dev.mysql.com/doc/connector-python/en/connector-python-api-cext-insert-id.html
Syntax: insert_id = ccnx.insert_id() Returns the AUTO_INCREMENT value generated by the most recent executed statement, or 0 if there is no such value.