Search Results
                    
                    
            https://dev.mysql.com/doc/connectors/en/connector-odbc-examples-tools-with-wordexcel.html
                                 You can use Microsoft Word and Microsoft Excel to access information from a MySQL database using Connector/ODBC. Within Microsoft Word, this facility is most useful when importing data for mailmerge, or for tables and data to be included in reports. Within Microsoft Excel, you can execute queries on your MySQL server and import the data directly into an Excel Worksheet, presenting the data as a series of rows and ...
                                            
                https://dev.mysql.com/doc/connectors/en/connector-odbc-usagenotes-functionality-dynamic-cursor.html
                                 Support for the dynamic cursor is provided in Connector/ODBC 3.51, but dynamic cursors are not enabled by default. You can enable this function within Windows by selecting the Enable Dynamic Cursor check box within the ODBC Data Source ...
                                            
                https://dev.mysql.com/doc/connectors/en/connector-python-api-errors-error.html
                                 This exception is the base class for all other exceptions in the errors module. It can be used to catch all errors in a single except statement. errors.Error is internally used by Connector/Python to raise MySQL client and server errors and should ...
                                            
                https://dev.mysql.com/doc/connectors/en/connector-python-example-ddl.html
                                 All DDL (Data Definition Language) statements are executed using a handle structure known as a cursor. The following examples show how to create the tables of the Employee Sample Database. In a MySQL server, tables are very long-lived objects, and ...
                                            
                https://dev.mysql.com/doc/connector-net/en/connector-net-medium-trust-gac.html
                                 If the library is installed in the GAC, you must include the connection option includesecurityasserts=true in your connection string. The following list shows steps and code fragments needed to run a Connector/NET application in a partial trust ...
                                            
                https://dev.mysql.com/doc/connector-net/en/connector-net-programming-binary-issues.html
                                 There are certain situations where MySQL will return incorrect metadata about one or more columns. More specifically, the server can sometimes report that a column is binary when it is not (and the reverse). In these situations, it becomes ...
                                            
                https://dev.mysql.com/doc/connector-net/en/connector-net-programming-crystal-source.html
                                 When creating a report in Crystal Reports there are two options for accessing the MySQL data while designing your report. The first option is to use Connector/ODBC as an ADO data source when designing your report. You will be able to browse your ...
                                            
                https://dev.mysql.com/doc/connector-net/en/connector-net-simple-membership-tutorial.html
                                 This section documents the ability to use a simple membership provider on MVC 4 templates. The configuration OAuth compatible for the application to login using external credentials from third-party providers like Google, Facebook, Twitter, or ...
                                            
                https://dev.mysql.com/doc/connector-net/en/connector-net-tutorials-parameters.html
                                 This part of the tutorial shows you how to use parameters in your MySQL Connector/NET application. Although it is possible to build SQL query strings directly from user input, this is not advisable as it does not prevent erroneous or malicious ...
                                            
                https://dev.mysql.com/doc/connector-net/en/connector-net-tutorials-ssl-pfx.html
                                Instead, Windows includes a certificate store that provides platform-dependent certificates in PFX format. For the purposes of this example, use test client certificates from the MySQL server repository (./mysql-test/std_data). To complete the steps ...