Search Results
                    
                    
            https://dev.mysql.com/doc/workbench/en/wb-forward-engineering.html
                                 It is possible to forward engineer a database using an SQL script or by connecting to a live database. 
                                            
                https://dev.mysql.com/doc/workbench/en/wb-notes.html
                                 You can add notes to a database only from the Model Notes section of the MySQL Model page. 
                                            
                https://dev.mysql.com/doc/workbench/en/wb-preferences.html
                                 Select Preferences from the Edit menu to configure MySQL Workbench to your specific needs. The Workbench Preferences sidebar menu is divided into the following sections: General Editors: General-purpose editor options, such as SQL parsing options. 
                                            
                https://dev.mysql.com/doc/connectors/en/connector-net-programming-crystal-creating.html
                                 For most purposes, the Standard Report wizard helps with the initial creation of a report. To start the wizard, open Crystal Reports and choose the New > Standard Report option from the File menu. If you use Connector/ODBC as your data source, use ...
                                            
                https://dev.mysql.com/doc/connectors/en/connector-odbc-examples-programming.html
                                 With a suitable ODBC Manager and the Connector/ODBC driver installed, any programming language or environment that can support ODBC can connect to a MySQL database through Connector/ODBC. This includes, but is not limited to, Microsoft support ...
                                            
                https://dev.mysql.com/doc/connectors/en/connector-odbc-reference-datatypes.html
                                 The following table illustrates how Connector/ODBC maps the server data types to default SQL and C data types. 
                                            
                https://dev.mysql.com/doc/connectors/en/connector-odbc-usagenotes-apptips-openoffice.html
                                 Open Office (http://www.openoffice.org) How-to: MySQL + OpenOffice. How-to: OpenOffice + MyODBC + unixODBC. ...
                                            
                https://dev.mysql.com/doc/connectors/en/connector-python-api-errors-warning.html
                                 This exception is used for reporting important warnings, however, Connector/Python does not use it. It is included to be compliant with the Python Database Specification v2.0 (PEP-249). Consider using either more strict Server SQL Modes or the ...
                                            
                https://dev.mysql.com/doc/connectors/en/connector-python-api-mysqlconnection-autocommit.html
                                 This property can be assigned a value of True or False to enable or disable the autocommit feature of MySQL. The property can be invoked to retrieve the current autocommit setting. When the autocommit is turned off, you must commit transactions ...
                                            
                https://dev.mysql.com/doc/connectors/en/connector-python-api-mysqlconnection-cmd-change-user.html
                                It also causes the specified database to become the default (current) database. It is also possible to change the character set using the charset argument. Syntax: cnx.cmd_change_user(username='', password='', database='', charset=33) Returns a ...