Search



Search Results
Displaying 141 to 150 of 740 total results
https://dev.mysql.com/doc/workbench/en/wb-migration-database-postgresql-typemapping.html
BIT BIT BOOLEAN TINYINT(1) REAL FLOAT DOUBLE PRECISION DOUBLE NUMERIC DECIMAL DECIMAL DECIMAL MONEY DECIMAL(19,2) CHAR CHAR/LONGTEXT Depending on its length. Anything larger is migrated to one of the TEXT blob types. Anything larger is migrated to ... The following table shows the mapping between PostgreSQL (source) data types and MySQL data ...
https://dev.mysql.com/doc/workbench/en/wb-sql-editor-main-menu.html
Execute (All or Selection) to Text: Executes all statements in the SQL Query area, or only the selected statements, and displays it in plain text like the standard MySQL command line console. Execute Current Statement (Vertical Text Output): ...
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-net-tutorials-entity-framework-databinding-linq-entities.html
In the Design view panel, enter some text to decorate the blank web page. Drag and drop the control to a location beneath the text on your web page. From the DropDownList control context menu, ensure that the Enable AutoPostBack check box is enabled. The following figure shows an example of the decorative text and two controls in the Design view ... In this tutorial you create an ASP.NET web ...
https://dev.mysql.com/doc/connectors/en/connector-python-asyncio.html
Installing Connector/Python also installs the mysql.connector.aio package that integrates asyncio with the connector to allow integrating asynchronous MySQL interactions with an application. Functions included in the asyncio API must be used to ...
https://dev.mysql.com/doc/connector-net/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/connector-net/en/connector-net-tutorials-entity-framework-databinding-linq-entities.html
In the Design view panel, enter some text to decorate the blank web page. Drag and drop the control to a location beneath the text on your web page. From the DropDownList control context menu, ensure that the Enable AutoPostBack check box is enabled. The following figure shows an example of the decorative text and two controls in the Design view ... In this tutorial you create an ASP.NET web ...
https://dev.mysql.com/doc/connector-python/en/connector-python-asyncio.html
Installing Connector/Python also installs the mysql.connector.aio package that integrates asyncio with the connector to allow integrating asynchronous MySQL interactions with an application. Functions included in the asyncio API must be used to ...
https://dev.mysql.com/doc/internals/en/capability-flags.html
CLIENT_DEPRECATE_EOF Value 0x01000000 Server Can send OK after a Text Resultset. Client Expects an OK (instead of EOF) after the resultset rows of a Text Resultset. Although the OK packet is extensible, the EOF packet is not due to the overlap of ...
https://dev.mysql.com/doc/internals/en/frm-file-format.html
The .frm file for a partitioned table contains partition information, in clear text, in addition to the usual table definition details. Finally, CREATE VIEW also causes creation of a .frm file, but a view .frm bears no resemblance to a base table ...
Displaying 141 to 150 of 740 total results