Search



Search Results
Displaying 3931 to 3940 of 5421 total results
https://dev.mysql.com/doc/connector-net/en/connector-net-tutorials-entity-framework-winform-data-source.html
To acquire the latest Entity Framework assembly for MySQL, download the NuGet package. Save entity connection settings in App.config as: worldEntities If you have not already done so, you can create the new connection at this time by clicking New ...
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-mysqlconnection-reconnect.html
Syntax: cnx.reconnect(attempts=1, delay=0) Attempt to reconnect to the MySQL server. The argument attempts specifies the number of times a reconnect is tried. You might set the number of attempts higher and use a longer delay when you expect the ...
https://dev.mysql.com/doc/internals/en/guided-tour-os-specific.html
netware NEW-RPMS os2 VC++Files A few words are in order about the directories that contain files which relate to a particular environment that MySQL can run in. The NEW-RPMS directory (empty at time of writing) is for Linux, and the os2 directory ...The netware directory contains a set of files for interfacing with netware, and anyone who has an involvement with NetWare knows that we're allied with them, and so this is one of the directories that represents the joint ...
https://dev.mysql.com/doc/internals/en/implementing-store-lock-method.html
If the argument of store_lock is TL_IGNORE, it means that MySQL requests the handler to store the same lock level as the last time. Before adding the lock into the table lock handler mysqld calls store lock with the requested locks. Store lock can ... The [custom-engine.html#custom-engine-api-reference-store_lock store_lock()] method is called before any reading or writing is ...
https://dev.mysql.com/doc/internals/en/support-for-insert.html
All INSERT operations are handled through the [custom-engine.html#custom-engine-api-reference-write_row write_row()] method: int ha_foo::write_row(byte *buf) The *buf parameter contains the row to be inserted in the internal MySQL format. The ...
https://dev.mysql.com/doc/internals/en/transactions-life-cycle.html
For example, imagine that some day MySQL supports unique constraint checks deferred until the end of the statement. In such a case, a commit in one of the engines could yield ER_DUP_KEY, and MySQL should be able to gracefully abort the statement ...
https://dev.mysql.com/doc/internals/en/x-protocol-authentication-authentication.html
S: AuthenticateOk authzid empty authcid user name challenge server side, one time random challenge response HEX(SHA1(password) ^ SHA1(challenge + SHA1(SHA1(password)))) Figure 15.7 MYSQL41 Authentication Image description .
https://dev.mysql.com/doc/mysqld-version-reference/en/built-in-functions.html
The following table shows all built-in functions and operators available in MySQL Server. Whether the item is available in the corresponding MySQL Server release series. Introduced: The version or versions in which the item was introduced.
https://dev.mysql.com/doc/ndbapi/en/mccj-clusterj-_query.html
If called multiple times for the same parameter, silently replace the value. A Query instance represents a specific query with bound parameters. Table 4.37 deletePersistentAll() Parameter Description return the number of instances deleted ...
Displaying 3931 to 3940 of 5421 total results