Search



Search Results
Displaying 1521 to 1530 of 4413 total results
https://dev.mysql.com/doc/connectors/en/connector-odbc-general-information.html
It was developed according to the specifications of the SQL Access Group and defines a set of function calls, error codes, and data types that can be used to develop database-independent applications. ODBC (Open Database Connectivity) provides a ...
https://dev.mysql.com/doc/connector-odbc/en/connector-odbc-general-information.html
It was developed according to the specifications of the SQL Access Group and defines a set of function calls, error codes, and data types that can be used to develop database-independent applications. ODBC (Open Database Connectivity) provides a ...
https://dev.mysql.com/doc/refman/8.4/en/innodb-transaction-isolation-levels.html
Isolation is the I in the acronym ACID; the isolation level is the setting that fine-tunes the balance between performance and reliability, consistency, and reproducibility of results when multiple transactions are making changes and performing ...
https://dev.mysql.com/doc/internals/en/rnd-init.html
Unlike index_init(), rnd_init() can be called two times without rnd_end() in between (it only makes sense if scan=1). then the second call should prepare for the new table scan (e.g if rnd_init allocates the cursor, second call should position it to ...Synopsis virtual int rnd_init (scan); bool scan ; Description This is the rnd_init ...
https://dev.mysql.com/doc/refman/8.4/en/innodb-page-compression.html
Hole punching size is the NTFS compression unit, which is 16 times the NTFS cluster size. This means that page compression has no benefit for an out-of-the box Windows NTFS configuration, as the maximum innodb_page_size is also 64KB. FILE_SIZE: The ... InnoDB supports page-level compression for tables that reside in file-per-table ...
https://dev.mysql.com/doc/mysql-monitor/8.0/en/mem-ui-settings-external-auth-ref.html
Connect Timeout (seconds) Time elapsed without establishing a connection to the LDAP server. If a connection is not established within the defined number of seconds, an error is returned. Read Timeout (seconds) Time elapsed without a response to a ...Secondary Server Hostname and Port Number Hostname or IP address of the secondary LDAP directory ...
https://dev.mysql.com/doc/connectors/en/connector-net-programming-crystal-creating.html
For most purposes, the Standard Report wizard helps with the initial creation of a report. To start the wizard, open Crystal Reports and choose the New > Standard Report option from the File menu. If you use Connector/ODBC as your data source, use ...
https://dev.mysql.com/doc/connectors/en/connector-python-api-mysqlconnection-get-rows.html
Syntax: cnx.get_rows(count=None) This method retrieves all or remaining rows of a query result set, returning a tuple containing the rows as sequences and the EOF packet information. The count argument can be used to obtain a given number of rows.
https://dev.mysql.com/doc/connector-net/en/connector-net-programming-crystal-creating.html
For most purposes, the Standard Report wizard helps with the initial creation of a report. To start the wizard, open Crystal Reports and choose the New > Standard Report option from the File menu. If you use Connector/ODBC as your data source, use ...
https://dev.mysql.com/doc/connector-python/en/connector-python-api-mysqlconnection-get-rows.html
Syntax: cnx.get_rows(count=None) This method retrieves all or remaining rows of a query result set, returning a tuple containing the rows as sequences and the EOF packet information. The count argument can be used to obtain a given number of rows.
Displaying 1521 to 1530 of 4413 total results