Search



Search Results
Displaying 821 to 830 of 2406 total results
https://dev.mysql.com/doc/workbench/en/wb-eer-color-key.html
Color connection lines within EER diagrams provide quick visual information about how the tables in your model relate. Existing connection lines are highlighted when you use a pointer device to hover on different database objects. Table 9.1 MySQL ...The following table defines the meaning of each color and indicates how you can open the underlying table information from your ...
https://dev.mysql.com/doc/workbench/en/wb-reverse-engineer-live.html
Figure 9.49 Reverse Engineer Database Wizard The first step of the wizard enables you to set up a connection to the live database you intend to reverse-engineer. You can set up a new connection or select a previously created stored connection. To ...
https://dev.mysql.com/doc/workbench/en/wb-sql-editor-toolbar.html
The connection to the database server is not restarted and all open transactions remain open. Commit the current transaction: All query tabs in the same connection share the same transactions. Rollback the current transaction: All query tabs in the ... The SQL query toolbar provides actions that enable you to create and manage ...
https://dev.mysql.com/doc/connectors/en/connector-j-connp-props-authentication.html
It is a synonym of the connection property 'password' and can also be set with user credentials in the connection string. These plugins will be loaded at connection initialization and can be used together with their sever-side counterparts for ...If ...
https://dev.mysql.com/doc/connectors/en/connector-j-upgrading-to-8.0.html
Upgrading an application developed for Connector/J 5.1 to use Connector/J 8.0 and beyond might require certain changes to your code or the environment in which it runs. Here are some changes for Connector/J going from 5.1 to 8.0 and beyond, for ...
https://dev.mysql.com/doc/connectors/en/connector-net-introduction.html
MySQL Connector/NET enables you to develop .NET applications that require secure, high-performance data connectivity with MySQL. Connector/NET is a fully managed ADO.NET data provider written in 100% pure C#. Connector/NET source code and tests are ...It implements the required ADO.NET interfaces and integrates into ADO.NET-aware ...
https://dev.mysql.com/doc/connectors/en/connector-net-tutorials-data-adapter.html
Previously, when using MySqlDataReader, the connection to the database was continually maintained unless explicitly closed. It is also possible to work in a manner where a connection is only established when needed. For example, in this mode, a ...
https://dev.mysql.com/doc/connectors/en/connector-odbc-architecture.html
The Connector/ODBC architecture is based on five components, as shown in the following diagram: Figure 5.1 Connector/ODBC Architecture Components Application: The Application uses the ODBC API to access the data from the MySQL server. These tasks ...The Application communicates with the Driver Manager using the standard ODBC ...
https://dev.mysql.com/doc/connectors/en/connector-odbc-examples-programming-vb.html
This section contains simple examples of the use of Connector/ODBC with ADO, DAO and RDO. 5.6.7.1.1 ADO: rs.addNew, rs.delete, and rs.update The following ADO (ActiveX Data Objects) example creates a table my_ado and demonstrates the use of ...
https://dev.mysql.com/doc/connector-net/en/connector-net-introduction.html
MySQL Connector/NET enables you to develop .NET applications that require secure, high-performance data connectivity with MySQL. Connector/NET is a fully managed ADO.NET data provider written in 100% pure C#. Connector/NET source code and tests are ...It implements the required ADO.NET interfaces and integrates into ADO.NET-aware ...
Displaying 821 to 830 of 2406 total results