Search Results
https://dev.mysql.com/doc/workbench/en/wb-tables-physical-schemata.html
Warning This immediately deletes the table without a confirmation dialog box. Double-clicking the Add table icon in the Physical Schemas section of the Model Overview tab adds a table with the default name of table1. If a table with this name ...
https://dev.mysql.com/doc/workbench/en/wb-using-image-tool.html
Right-clicking this object opens a pop-up menu with the following items: Cut 'Image' Copy 'Image' Edit Image Edit in New Window Delete 'Image' These menu items function in exactly the same way as they do for other objects on an EER diagram. However, ... To add images to an EER Diagram, use the Image tool on the vertical ...
https://dev.mysql.com/doc/workbench/en/wb-using-view-tool.html
With the exception of the delete item, these menu items function as described in Section 9.1.5.1, “Adding Views to the Physical Schemas”. The behavior of the delete option is determined by your MySQL Workbench options settings. Views can also ...
https://dev.mysql.com/doc/connectors/en/connector-j-usagenotes-statements.html
This method will return true if the SQL query was a SELECT, or false if it was an UPDATE, INSERT, or DELETE statement. If the statement was an UPDATE, INSERT, or DELETE statement, you can retrieve the affected rows count by calling getUpdateCount() ... Statement objects allow you to execute basic SQL queries and retrieve the results through the ResultSet class, which is described ...
https://dev.mysql.com/doc/connectors/en/connector-net-ref-web.html
MySqlSimpleMembershipProvider Provides support for website membership tasks, such as creating accounts, deleting accounts, and managing passwords. The MySql.Web namespace includes a set of subordinate namespaces that represent the features managed ...
https://dev.mysql.com/doc/connectors/en/connector-net-tutorials-data-adapter.html
From this SELECT statement the Command Builder can work out the corresponding INSERT, UPDATE and DELETE statements that would be required to update the database. Instantiating a MySqlCommandBuilder Object Once the MySqlDataAdapter has been created, ... Previously, when using MySqlDataReader, the connection to the database was continually maintained unless explicitly ...
https://dev.mysql.com/doc/connectors/en/connector-net-tutorials-sql-command.html
This is because ExecuteNonQuery is only used for inserting, updating and deleting data. When a connection has been established with the MySQL database, the next step enables you to perform database operations. This task can be achieved through the ...
https://dev.mysql.com/doc/connectors/en/connector-odbc-reference-errorcodes.html
The following tables lists the error codes returned by Connector/ODBC apart from the server errors.
https://dev.mysql.com/doc/connector-net/en/connector-net-ref-web.html
MySqlSimpleMembershipProvider Provides support for website membership tasks, such as creating accounts, deleting accounts, and managing passwords. The MySql.Web namespace includes a set of subordinate namespaces that represent the features managed ...
https://dev.mysql.com/doc/connector-net/en/connector-net-tutorials-data-adapter.html
From this SELECT statement the Command Builder can work out the corresponding INSERT, UPDATE and DELETE statements that would be required to update the database. Instantiating a MySqlCommandBuilder Object Once the MySqlDataAdapter has been created, ... Previously, when using MySqlDataReader, the connection to the database was continually maintained unless explicitly ...