Search Results
                    
                    
            https://dev.mysql.com/doc/connectors/en/connector-python-api-mysqlconnection-cmd-process-kill.html
                                Although still available, it is better to use the KILL SQL statement. The following two lines have the same effect: >>> cnx.cmd_process_kill(123) >>> cnx.cmd_query('KILL 123') . 
                                            
                https://dev.mysql.com/doc/connectors/en/connector-python-api-mysqlconnection-disconnect.html
                                 This method tries to send a QUIT command and close the socket. To shut down the connection without sending a QUIT command first, use shutdown(). 
                                            
                https://dev.mysql.com/doc/connectors/en/connector-python-api-mysqlconnection-get-rows.html
                                 Syntax: cnx.get_rows(count=None) This method retrieves all or remaining rows of a query result set, returning a tuple containing the rows as sequences and the EOF packet information. The count argument can be used to obtain a given number of rows. 
                                            
                https://dev.mysql.com/doc/connectors/en/connector-python-examples.html
                                 These coding examples illustrate how to develop Python applications and scripts which connect to MySQL Server using MySQL Connector/Python. 
                                            
                https://dev.mysql.com/doc/connectors/en/connector-python-tutorials.html
                                 These tutorials illustrate how to develop Python applications and scripts that connect to a MySQL database server using MySQL Connector/Python. 
                                            
                https://dev.mysql.com/doc/connector-net/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/connector-odbc/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/connector-odbc/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/connector-odbc/en/connector-odbc-usagenotes-apptips-borland-delphi.html
                                 Also, here is some potentially useful Delphi code that sets up both an ODBC entry and a BDE entry for Connector/ODBC. The BDE entry requires a BDE Alias Editor that is free at a Delphi Super Page near you. 
                                            
                https://dev.mysql.com/doc/connector-odbc/en/connector-odbc-usagenotes-apptips-microsoft-vb-asp.html
                                 Some articles that may help with Visual Basic and ASP: MySQL BLOB columns and Visual Basic 6 by Mike Hillyer (<mike@openwin.org>). How to map Visual basic data type to MySQL types by Mike Hillyer (<mike@openwin.org>).