Search Results
                    
                    
            https://dev.mysql.com/doc/connectors/en/connector-j-usagenotes-basic.html
                                 This section provides some general JDBC background. ...
                                            
                https://dev.mysql.com/doc/connectors/en/connector-net-connections-errors.html
                                This object has two properties that are of interest when handling errors: Message: A message that describes the current exception.  Because connecting to an external server is unpredictable, it is important to add error handling to your .NET ...
                                            
                https://dev.mysql.com/doc/connectors/en/connector-net-medium-trust.html
                                Some hosting providers host shared applications in their own app pools and allow the application to run under full trust, but this configuration is relatively rare. Normal desktop applications operate under full trust, while web applications that ...
                                            
                https://dev.mysql.com/doc/connectors/en/connector-net-programming-blob.html
                                Simple code examples will be presented within this section, and a full sample application can be found in the Samples directory of the Connector/NET installation.  One common use for MySQL is the storage of binary data in BLOB columns. MySQL ...
                                            
                https://dev.mysql.com/doc/connectors/en/connector-net-programming-crystal-creating.html
                                This prevents saved data from interfering with the loading of data within our application.  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 > ...
                                            
                https://dev.mysql.com/doc/connectors/en/connector-net-programming-crystal.html
                                In this section we will show how to use Crystal Reports XI with MySQL and MySQL Connector/NET.  Crystal Reports is a common tool used by Windows application developers to perform reporting and document generation. 
                                            
                https://dev.mysql.com/doc/connectors/en/connector-net-programming-datetime-problems.html
                                Because of this issue, .NET DataSet objects cannot be populated by the Fill method of the MySqlDataAdapter class as invalid dates will cause a System.ArgumentOutOfRangeException exception to occur.  The differences in date handling can cause ...
                                            
                https://dev.mysql.com/doc/connectors/en/connector-net-ref.html
                                 This chapter provides a high-level reference to the ADO.NET and .NET Core components that are implemented in the most recent version of Connector/NET. For a complete API listing, visit MySQL Documentation to locate the Connector/NET 8.0 API ...
                                            
                https://dev.mysql.com/doc/connectors/en/connector-net-support-bug-report.html
                                This helps you determine whether the error is in Connector/NET or MySQL.  If you encounter difficulties or problems with MySQL Connector/NET, contact the Connector/NET community, as explained in Section 4.9.1, “Connector/NET Community Support”. 
                                            
                https://dev.mysql.com/doc/connectors/en/connector-odbc-both-openssl.html
                                This solves problems related to using two OpenSSL copies from the same application.  If Connector/ODBC is connecting securely with the MySQL server and the application using the connection makes calls itself to an OpenSSL library, the application ...