Search



Search Results
Displaying 1361 to 1370 of 3514 total results
https://dev.mysql.com/doc/connectors/en/connector-j-upgrading-to-8.0.html
Here are some changes for Connector/J going from 5.1 to 8.0 and beyond, for which adjustments might be required: 3.3.4.1.1 Running on the Java 8 Platform Connector/J 8.0 and beyond is created specifically to run on the Java 8 platform. Upgrading an ...
https://dev.mysql.com/doc/connectors/en/connector-odbc-usagenotes-apptips-borland.html
With all Borland applications where the Borland Database Engine (BDE) is used, follow these steps to improve compatibility: Update to BDE 3.2 or newer. 5.8.2.2.1 Using Connector/ODBC with Borland Builder 4 When you start a query, you can use the ...
https://dev.mysql.com/doc/connectors/en/connector-python-api-errors-error.html
This exception is the base class for all other exceptions in the errors module. It can be used to catch all errors in a single except statement. errors.Error is internally used by Connector/Python to raise MySQL client and server errors and should ...
https://dev.mysql.com/doc/connectors/en/connector-python-api-mysqlconnectionpool-constructor.html
If this argument is not given, Connector/Python automatically generates the name, composed from whichever of the host, port, user, and database connection arguments are given in kwargs, in that order. An application that must distinguish pools by ...
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-python/en/connector-python-api-errors-error.html
This exception is the base class for all other exceptions in the errors module. It can be used to catch all errors in a single except statement. errors.Error is internally used by Connector/Python to raise MySQL client and server errors and should ...
https://dev.mysql.com/doc/connector-python/en/connector-python-api-mysqlconnectionpool-constructor.html
If this argument is not given, Connector/Python automatically generates the name, composed from whichever of the host, port, user, and database connection arguments are given in kwargs, in that order. An application that must distinguish pools by ...
https://dev.mysql.com/doc/internals/en/event-meanings.html
(In MySQL 4.0 and 4.1, this event is written only to the first binary log file that the server creates after startup.) This event is used in MySQL 3.23 through 4.1 and superseded in MySQL 5.0 by FORMAT_DESCRIPTION_EVENT. CREATE_FILE_EVENT Used for ... The following descriptions briefly summarize the meaning of each event type: UNKNOWN_EVENT This event type should never ...
https://dev.mysql.com/doc/internals/en/full-text-search.html
So when updates happen, users expect the results to be visible immediately. MySQL uses Ranking with Vector Spaces for ordinary full-text queries. Rank, also known as relevance rank, also known as relevance measure, is a number that tells us how ...
https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-0-29.html
To ensure client applications using the legacy JBDC API are notified when a user is expected to interact with the FIDO device, Connector/C++ implements the new setCallback() method in the MySQL_Driver class that accepts a single callback argument ...
Displaying 1361 to 1370 of 3514 total results