Search Results
                    
                    
            https://dev.mysql.com/doc/connectors/en/connector-net-programming-datetime-problems.html
                                Invalid MySQL dates cannot be loaded into native .NET DateTime objects, including NULL dates.  The differences in date handling can cause problems for developers who use invalid dates. Because of this issue, .NET DataSet objects cannot be populated ...
                                            
                https://dev.mysql.com/doc/connectors/en/connector-net-programming-trace-source.html
                                Total rows=127, skipped rows=0, size (bytes)=4102 mysql Information: 6 : 1: Query Closed mysql Information: 3 : 1: Query Opened: SET character_set_results=NULL mysql Information: 4 : 1: Resultset Opened: field(s) = 0, affected rows = 0, inserted id ... The .NET tracing architecture consists of four main parts: Source - This is the originator of the trace ...
                                            
                https://dev.mysql.com/doc/connectors/en/connector-net-tutorials-mysqlscript.html
                                Commands for the mysql Command-Line Client are given here: CREATE DATABASE TestDB; USE TestDB; CREATE TABLE TestTable (id INT NOT NULL PRIMARY KEY AUTO_INCREMENT, name VARCHAR(100)); The main method of the MySqlScript class is the Execute method. 
                                            
                https://dev.mysql.com/doc/connectors/en/connector-net-tutorials-sql-command.html
                                 When a connection has been established with the MySQL database, the next step enables you to perform database operations. This task can be achieved through the use of the MySqlCommand object. After it has been created, there are three main methods ...
                                            
                https://dev.mysql.com/doc/connectors/en/connector-net-tutorials-web-personalization-provider.html
                                 MySQL Connector/NET provides a web parts personalization provider that allows you to use a MySQL server to store personalization data. This tutorial demonstrates how to configure the web parts personalization provider using Connector/NET. Minimum ...
                                            
                https://dev.mysql.com/doc/connectors/en/connector-odbc-examples-programming-net.html
                                 This section contains simple examples that demonstrate the use of Connector/ODBC drivers with ODBC.NET. 5.6.7.2.1 Using Connector/ODBC with ODBC.NET and C# (C sharp) The following sample creates a table my_odbc_net and demonstrates its use in C#. 
                                            
                https://dev.mysql.com/doc/connectors/en/connector-odbc-reference-errorcodes.html
                                 The following tables lists the error codes returned by Connector/ODBC apart from the server errors. 
                                            
                https://dev.mysql.com/doc/connectors/en/connector-python-coding.html
                                The application can use server-side checks such as unique constraints and NOT NULL constraints, to keep the bad data from ever reaching the database.  The following guidelines cover aspects of developing MySQL applications that might not be ...
                                            
                https://dev.mysql.com/doc/connector-net/en/connector-net-programming-bulk-loader.html
                                CREATE TABLE Career ( Name VARCHAR(100) NOT NULL, Age INTEGER, Profession VARCHAR(200) ); A simple tab-delimited data file is also created (it could use any other field delimiter such as comma).  MySQL Connector/NET features a bulk loader class that ...
                                            
                https://dev.mysql.com/doc/connector-net/en/connector-net-programming-datetime-problems.html
                                Invalid MySQL dates cannot be loaded into native .NET DateTime objects, including NULL dates.  The differences in date handling can cause problems for developers who use invalid dates. Because of this issue, .NET DataSet objects cannot be populated ...