Search



Search Results
Displaying 1251 to 1260 of 1907 total results
https://dev.mysql.com/doc/connectors/en/connector-cpp-installation-binary.html
If not, the installer asks you to install it and exits with an error. To obtain a Connector/C++ binary distribution, visit the Connector/C++ downloads page. For some platforms, Connector/C++ binary distributions are available in platform-specific ...
https://dev.mysql.com/doc/connectors/en/connector-cpp-issues.html
If you obtain error messages that you suspect are related to binary incompatibilities, build Connector/C++ from source, using the same compiler and linker that you use to build and link your application. For notes detailing the changes in each ...
https://dev.mysql.com/doc/connectors/en/connector-cpp-opentelemetry.html
false is the only accepted Boolean value for this option; setting it to true has no meaning and emits an error. For applications that use the legacy JDBC API (that is, not X DevAPI or X DevAPI for C) on Linux systems and use OpenTelemetry (OTel) ...
https://dev.mysql.com/doc/connectors/en/connector-cpp-source-configuration-options.html
CMake verifies that the current compiler and standard libraries can build without errors at configuration time. -DBUNDLE_DEPENDENCIES=bool This is an internal option used for creating Connector/C++ distribution packages. -DCMAKE_BUILD_TYPE=type The ...
https://dev.mysql.com/doc/connectors/en/connector-j-connection-compression-xdevapi.html
Connector/J supports data compression for X DevAPI connections when working with MySQL Server 8.0.19 and later. General details about this feature can be found in Connection Compression with X Plugin. For details on how to configure connection ...
https://dev.mysql.com/doc/connectors/en/connector-j-connp-props-prepared-statements.html
In case of not being possible to prepare new server-side prepared statements, it depends on the value of 'emulateUnsupportedPstmts' to whether return an error or fall back to client-side emulated prepared statements. Default Value true Since Version ...
https://dev.mysql.com/doc/connectors/en/connector-j-connp-props-session.html
"ISO-8859-1", that is compatible with "latin1_swedish_ci", so the character encoding setting is left unchanged; and if client is actually using "windows-1252" (which is similar but different from "ISO-8859-1"), errors would occur for some characters. sessionVariables A comma or semicolon separated list of "name=value" pairs to be sent as "SET [SESSION] ..." to the server when the driver ...
https://dev.mysql.com/doc/connectors/en/connector-j-usagenotes-spring-config.html
The Spring Framework is a Java-based application framework designed for assisting in application design by providing a way to configure components. The technique used by Spring is a well known design pattern called Dependency Injection (see ...
https://dev.mysql.com/doc/connectors/en/connector-j-usagenotes-statements.html
Statement objects allow you to execute basic SQL queries and retrieve the results through the ResultSet class, which is described later. To create a Statement instance, you call the createStatement() method on the Connection object you have ...
https://dev.mysql.com/doc/connectors/en/connector-j-usagenotes-tomcat.html
The following instructions are based on the instructions for Tomcat-5.x, available at http://tomcat.apache.org/tomcat-5.5-doc/jndi-datasource-examples-howto.html which is current at the time this document was written. First, install the .jar file ...
Displaying 1251 to 1260 of 1907 total results