Search Results
https://dev.mysql.com/doc/connectors/en/connector-j-connp-props-metadata.html
getProceduresReturnsFunctions Pre-JDBC4 'DatabaseMetaData' API has only the 'getProcedures()' and 'getProcedureColumns()' methods, so they return metadata info for both stored procedures and functions. JDBC4 was extended with the 'getFunctions()' ...
https://dev.mysql.com/doc/connectors/en/connector-j-usagenotes-statements-callable.html
For more information on MySQL stored procedures, please refer to Using Stored Routines. Notice that you have to use JDBC escape syntax, and that the parentheses surrounding the parameter placeholders are not optional: Example 3.7 Connector/J: Using ...
https://dev.mysql.com/doc/connectors/en/connector-net-8-0-connection-options.html
CertificateStoreLocation , Certificate Store Location Default: null Enables you to access a certificate held in a personal store, rather than use a certificate file and password combination. See Numeric Data Type Syntax for a further explanation of ... This chapter describes the full set of MySQL Connector/NET 8.0 connection ...
https://dev.mysql.com/doc/connectors/en/connector-net-entityframework-core.html
MySQL Connector/NET integrates support for Entity Framework Core (EF Core). The requirements and configuration of EF Core depend on the version of Connector/NET installed and the features that you require. Configuration with MySQL To use Entity ...
https://dev.mysql.com/doc/connectors/en/connector-net-tutorials-mysqlscript.html
This tutorial teaches you how to use the MySqlScript class. Depending on the circumstances, this can be more convenient than using the MySqlCommand approach. Further details of the MySqlScript class can be found in the reference documentation ...
https://dev.mysql.com/doc/connectors/en/connector-odbc-errors.html
The following section details some common errors and their suggested fix or alternative solution. If you are still experiencing problems, use the Connector/ODBC mailing list; see Section 5.9.1, “Connector/ODBC Community Support”. Many problems ...
https://dev.mysql.com/doc/connectors/en/connector-odbc-usagenotes-apptips-datajunction.html
You have to change it to output VARCHAR rather than ENUM, as it exports the latter in a manner that causes MySQL problems.
https://dev.mysql.com/doc/connector-net/en/connector-net-8-0-connection-options.html
CertificateStoreLocation , Certificate Store Location Default: null Enables you to access a certificate held in a personal store, rather than use a certificate file and password combination. See Numeric Data Type Syntax for a further explanation of ... This chapter describes the full set of MySQL Connector/NET 8.0 connection ...
https://dev.mysql.com/doc/connector-net/en/connector-net-entityframework-core.html
MySQL Connector/NET integrates support for Entity Framework Core (EF Core). The requirements and configuration of EF Core depend on the version of Connector/NET installed and the features that you require. Configuration with MySQL To use Entity ...
https://dev.mysql.com/doc/connector-net/en/connector-net-tutorials-mysqlscript.html
This tutorial teaches you how to use the MySqlScript class. Depending on the circumstances, this can be more convenient than using the MySqlCommand approach. Further details of the MySqlScript class can be found in the reference documentation ...