Search Results
https://dev.mysql.com/doc/connector-odbc/en/connector-odbc-usagenotes-apptips-microsoft-access.html
If you still get the error Another user has changed your data after adding a TIMESTAMP column, the following trick may help you: Do not use a table data sheet view. The work around solution is: Have one more dummy column with TIMESTAMP as the data ... To improve the integration between Microsoft Access and MySQL through Connector/ODBC: For all versions of Access, enable the Connector/ODBC Return matching rows ...
https://dev.mysql.com/doc/c-api/8.4/en/c-api-function-reference.html
The following table summarizes all functions available for the MySQL C API.
https://dev.mysql.com/doc/connectors/en/connector-net-installation-binary-nuget.html
Connector/NET Packages (NuGet) Connector/NET provides the following five NuGet packages: MySql.Data This package contains the core functionality of Connector/NET, including using MySQL as a document store (with Connector/NET 8.0 only). In addition, ... MySQL Connector/NET functionality is available as packages from NuGet, an open-source package manager for the Microsoft development platform (including .NET ...You can install or ...
https://dev.mysql.com/doc/connector-net/en/connector-net-installation-binary-nuget.html
Connector/NET Packages (NuGet) Connector/NET provides the following five NuGet packages: MySql.Data This package contains the core functionality of Connector/NET, including using MySQL as a document store (with Connector/NET 8.0 only). In addition, ... MySQL Connector/NET functionality is available as packages from NuGet, an open-source package manager for the Microsoft development platform (including .NET ...You can install or ...
https://dev.mysql.com/doc/heatwave-aws/en/heatwave-aws-security.html
The following security features help keep your data safe and secure. Boot volumes are encrypted on MySQL DB System and MySQL HeatWave nodes, and the database volume is encrypted on the MySQL DB System. The following data masking functions are ...
https://dev.mysql.com/doc/c-api/8.4/en/c-api-prepared-statement-type-codes.html
The buffer_type member of MYSQL_BIND structures indicates the data type of the C language variable bound to a statement parameter or result set column. The table shows the C variable types that you can use, the corresponding type codes, and the SQL ...For input, buffer_type indicates the type of the variable containing the value to be sent to the ...
https://dev.mysql.com/doc/connectors/en/connector-j-usagenotes-spring-config-jdbctemplate.html
The template classes handle obtaining and releasing a connection for data access when one is needed. The next example shows how to use NamedParameterJdbcTemplate inside of a DAO (Data Access Object) class to retrieve a random city given a country ...
https://dev.mysql.com/doc/ndbapi/en/ndbapi-examples-array-adapter.html
This program inserts CHAR, VARCHAR, and BINARY column data into a table by constructing aRef objects using array adapters of the type defined in common/array_adapter.hpp (see Section 2.5.15, “Common Files for NDB API Array Examples”). It then ...static void do_insert(Ndb& ndb) { const NdbDictionary::Dictionary* dict = ndb.getDictionary(); const NdbDictionary::Table *table = dict->getTable("api_array_using_adapter"); if (table == NULL) { APIERROR(dict->getNdbError()); } // Get a column object for each CHAR/VARCHAR/BINARY/VARBINARY column // to insert ...
https://dev.mysql.com/doc/mysql-secure-deployment-guide/8.0/en/secure-deployment-overview.html
Deployment of the MySQL Enterprise Transparent Data Encryption (TDE) feature, which protects critical data by enabling data-at-rest encryption, is not covered in this guide. Enabling the MySQL Enterprise Data Masking and De-Identification extension, ... The MySQL 8.0 Secure Deployment Guide documents procedures for deploying a Linux-generic binary distribution of MySQL Enterprise Edition Server with features for implementing and managing the security of your MySQL ...Enabling FIPS ...
https://dev.mysql.com/doc/x-devapi-userguide/en/collection-indexing.html
Important For MySQL 8.0.16 and earlier, fields that are JSON arrays are not supported in the index; specifying a field that contains array data does not generate an error from the server, but the index does not function correctly. Creating an Index ... To make large collections of documents more efficient to navigate you can create an index based on one or more fields found in the documents in the ...