Search



Search Results
Displaying 1441 to 1450 of 3567 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-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/floating-point-types.html
This document was created when http://bugs.mysql.com/4457 (Different results in SQL-Statements for the same record) was fixed at the end of August 2004. Remember again that it is not called with user-supplied field lengths. But all of this is ...
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 ...
https://dev.mysql.com/doc/relnotes/connector-net/en/news-8-0-32.html
(Bug #109670, Bug #34990010) Entity Framework 6 Notes In some cases, the function that creates SQL queries did not specify an escape character properly. (WL #15334) Bugs Fixed Connector/NET could not authenticate a valid client user through Oracle ... An Important Update Entity Framework 6 Notes Pluggable Authentication Functionality Added or Changed Bugs Fixed An Important Update The Connector/NET MySql.Data version 8.0.32.1 NuGet package now is released and the newer package supersedes the original 8.0.32 ...
https://dev.mysql.com/doc/relnotes/connector-odbc/en/news-8-0-19.html
For example: DRIVER={MySQL ODBC 8.0 Driver};SERVER=_mysql._tcp.foo.abc.com;ENABLE_DNS_SRV=1;USER=user;PWD=passwd; (WL #13403) Confirmed support for compiling with VS2019, and for supporting the Visual C++ 2019 redistributable. (WL #13564) When ...
https://dev.mysql.com/doc/relnotes/connector-odbc/en/news-8-2-0.html
This includes adding spans for preparing and executing prepared statements, and adding connection span attributes such as db.user. (WL #15807) Connector/ODBC now supports an authentication method that enables users to authenticate to MySQL Server ...
Displaying 1441 to 1450 of 3567 total results