Search Results
https://dev.mysql.com/doc/workbench/en/wb-using-view-tool.html
The view icon is the two overlapping rectangles found below the table icon. Views can also be added to an EER Diagram using the View tool on the vertical toolbar. Make sure that the EER Diagram tab is selected, then left-click the view icon on the ...
https://dev.mysql.com/doc/connectors/en/connector-cpp-apps-general-considerations.html
The intent of the macros is to provide a way to systematically and predictably maintain version numbering of the Connector/C++ product. This section discusses general considerations to keep in mind when building Connector/C++ applications. For ...
https://dev.mysql.com/doc/connectors/en/connector-j-connp-props-datetime-types-processing.html
This option applies only to prepared statements, callable statements or updatable result sets. This option applies only to prepared statements, callable statements or updatable result sets. connectionTimeZone Configures the connection time zone ...
https://dev.mysql.com/doc/connectors/en/connector-j-connp-props-exceptions-warnings.html
dumpQueriesOnException Should the driver dump the contents of the query sent to the server in the message for SQLExceptions? Default Value false Since Version 3.1.3 exceptionInterceptors Comma-delimited list of classes that implement the interface ...
https://dev.mysql.com/doc/connectors/en/connector-j-session-state-tracker.html
Connector/J can receive information on client session state changes tracked by the server if the tracking has been enabled on the server. The reception of the information is enabled by setting the Connector/J connection property trackSessionState ...
https://dev.mysql.com/doc/connectors/en/connector-j-usagenotes-j2ee-concepts-load-balancing-failover.html
Your application may use temporary tables, server-side session state variables, or connection state, where letting the driver arbitrarily swap physical connections before processing is complete could cause data loss or other problems. Connector/J ...
https://dev.mysql.com/doc/connectors/en/connector-net-asp-provider.html
Connector/NET supports the following web providers: Membership provider Roles provider Profiles provider Session state provider The following tables show the supported providers, their default provider and the corresponding MySQL provider. MySQL ...
https://dev.mysql.com/doc/connectors/en/connector-net-programming-binary-issues.html
When a temporary table is used to process a result set, some columns may be returned with incorrect binary flags. There are certain situations where MySQL will return incorrect metadata about one or more columns. More specifically, the server can ...
https://dev.mysql.com/doc/connectors/en/connector-net-programming-crystal-source.html
You will be able to browse your database and choose tables and fields using drag and drop to build your report. When creating a report in Crystal Reports there are two options for accessing the MySQL data while designing your report. The first ...
https://dev.mysql.com/doc/connectors/en/connector-net-programming-trace-source.html
The first thing you need to do is create a suitable app.config file for your application. The .NET tracing architecture consists of four main parts: Source - This is the originator of the trace information. Switch - This defines the level of trace ...