Search Results
                    
                    
            https://dev.mysql.com/doc/workbench/en/wb-views-physical-schemata.html
                                Warning Use the Delete 'view_name' item to remove a view from the database. They may be added to an EER Diagram, when in the EER Diagram tab, by dragging and dropping them from this palette.  To add a view, double-clicking the Add View icon in the ...
                                            
                https://dev.mysql.com/doc/connectors/en/connector-odbc-usagenotes-apptips-coldfusion.html
                                Before the MySQL driver appears in the ODBC data sources drop-down list, build and copy the Connector/ODBC driver to /opt/coldfusion/lib/libmyodbc.so. For more information and guides on using ColdFusion and Connector/ODBC, see the following external ... The following information is taken from the ColdFusion documentation: Use the following information to configure ColdFusion Server for Linux to use the unixODBC driver with Connector/ODBC for MySQL data ...
                                            
                https://dev.mysql.com/doc/connectors/en/connector-python-multi.html
                                 Connector/Python can execute either a single or multiple statements, this section references multiple statement and associated delimiter support. Note Before Connector/Python 9.2.0, the multi option was required to execute multiple statements. with ...
                                            
                https://dev.mysql.com/doc/connector-odbc/en/connector-odbc-examples-programming-vb-ado.html
                                 The following ADO (ActiveX Data Objects) example creates a table my_ado and demonstrates the use of rs.addNew, rs.delete, and rs.update. rs.Open "SELECT * FROM my_ado" rs!Name = "update" rs!txt = "updated-second-time" rs.Update rs.Close 'rs delete ...
                                            
                https://dev.mysql.com/doc/connector-odbc/en/connector-odbc-examples-programming-vb-dao.html
                                 The following DAO (Data Access Objects) example creates a table my_dao and demonstrates the use of rs.addNew, rs.update, and result set scrolling. Set rs = conn.OpenRecordset("my_dao") rs.Edit rs!Name = "updated-string" rs.Update rs.Close 'fetch ...
                                            
                https://dev.mysql.com/doc/connector-odbc/en/connector-odbc-usagenotes-apptips-coldfusion.html
                                Before the MySQL driver appears in the ODBC data sources drop-down list, build and copy the Connector/ODBC driver to /opt/coldfusion/lib/libmyodbc.so. For more information and guides on using ColdFusion and Connector/ODBC, see the following external ... The following information is taken from the ColdFusion documentation: Use the following information to configure ColdFusion Server for Linux to use the unixODBC driver with Connector/ODBC for MySQL data ...
                                            
                https://dev.mysql.com/doc/connector-python/en/connector-python-multi.html
                                 Connector/Python can execute either a single or multiple statements, this section references multiple statement and associated delimiter support. Note Before Connector/Python 9.2.0, the multi option was required to execute multiple statements. with ...
                                            
                https://dev.mysql.com/doc/ndbapi/en/ndb-event.html
                                Event Class Overview Event::addEventColumn() Event::addEventColumns() Event::addTableEvent() Event Constructor Event::EventDurability Event::EventReport Event::getDurability() Event::getEventColumn() Event::getName() Event::getNoOfEventColumns() ...
                                            
                https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-0-16.html
                                Returning a session to the pool drops session-related objects such as temporary tables, session variables, and transactions, but the connection remains open and authenticated so that reauthentication is not required when the session is reused. 
                                            
                https://dev.mysql.com/doc/relnotes/connector-net/en/news-8-0-9.html
                                Explicit loading is an object-relational mapper (O/RM) pattern introduced in EF Core 1.1.0, which enables .NET developers to explicitly load related data from the database at a later time. For example: SessionConfigManager.Save( "mysess", "{ ...