Search



Search Results
Displaying 471 to 480 of 1104 total results
https://dev.mysql.com/doc/connector-odbc/en/connector-odbc-usagenotes-apptips-borland-delphi.html
Also, here is some potentially useful Delphi code that sets up both an ODBC entry and a BDE entry for Connector/ODBC. The BDE entry requires a BDE Alias Editor that is free at a Delphi Super Page near you.
https://dev.mysql.com/doc/connector-odbc/en/connector-odbc-usagenotes-apptips-microsoft-excel.html
The result is that Excel incorrectly identifies the content and this affects both the display format and the data when it is used within calculations. If you have problems importing data into Microsoft Excel, particularly numeric, date, and time ...
https://dev.mysql.com/doc/connector-python/en/connector-python-api-errorcode.html
This module contains both MySQL server and client error codes defined as module attributes with the error number as value. Using error codes instead of error numbers could make reading the source code a bit easier. >>> from mysql.connector import ...
https://dev.mysql.com/doc/connector-python/en/connector-python-api-mysqlcursorprepared.html
In both cases, the cursor() method of the connection object returns a MySQLCursorPrepared object: The simpler syntax uses a prepared=True argument to the cursor() method. In MySQL, there are two ways to execute a prepared statement: Use the PREPARE ...
https://dev.mysql.com/doc/connector-python/en/connector-python-example-connecting.html
The connect() constructor creates a connection to the MySQL server and returns a MySQLConnection object. The following example shows how to connect to the MySQL server: import mysql.connector cnx = mysql.connector.connect(user='scott', ...
https://dev.mysql.com/doc/connector-python/en/connector-python-example-cursor-transaction.html
Both INSERT statements are stored in the variables called add_employee and add_salary. Inserting or updating data is also done using the handler structure known as a cursor. When you use a transactional storage engine such as InnoDB (the default in ...
https://dev.mysql.com/doc/connector-python/en/connector-python-logging.html
By default, logging functionality follows the default Python logging behavior. If logging functionality is not configured, only events with a severity level of WARNING and greater are printed to sys.stderr. For related information, see Python's ...
https://dev.mysql.com/doc/connector-python/en/connector-python-obtaining.html
Prior to Connector/Python 8.3.0, mysql-connector-python installed interfaces to both the X and classic protocols. Using pip is the preferred method to obtain, install, and upgrade Connector/Python. Note The mysql-connector-python package installs ...
https://dev.mysql.com/doc/internals/en/auth-phase-fast-path.html
The fast authentication path is used if both client and server used method M to generate authentication data in the initial handshake. Assume that client wants to log in as user U and that user account uses authentication method M. In that case the ...
https://dev.mysql.com/doc/internals/en/autotools-configure-support.html
If a plugin is named both with a --with and --without option, the result is undefined. configure --help shows the following information pertaining to plugins: The plugin-related options The names of all available plugins For each plugin, a ...
Displaying 471 to 480 of 1104 total results