Search Results
                    
                    
            https://dev.mysql.com/doc/connectors/en/connector-net-entityframework-core-scaffold-example.html
                                Scaffolding a Database Using .NET Core CLI Initialize a valid .NET Core project and console application using the .NET Core command-line interface (CLI) and then change to the newly created folder (sakilaConsole).  Scaffolding a database produces an ...
                                            
                https://dev.mysql.com/doc/connectors/en/connector-net-entityframework60.html
                                EF6 Features Following are the new features in Entity Framework 6 implemented in Connector/NET: Cross-platform support in Connector/NET 8.0.22 implements EF 6.4 as the initial provider version to include Linux and macOS compatibility with .NET ...
                                            
                https://dev.mysql.com/doc/connectors/en/connector-net-interceptors.html
                                You can also override the Init() method to do some one-time initialization.  An interceptor is a software design pattern that provides a transparent way to extend or modify some aspect of a program, similar to a user exit. With MySQL Connector/NET, ...
                                            
                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-net-tutorials-data-adapter.html
                                When a MySqlDataAdapter object is created, it is typically given an initial SELECT statement.  Previously, when using MySqlDataReader, the connection to the database was continually maintained unless explicitly closed. It is also possible to work in ...
                                            
                https://dev.mysql.com/doc/connectors/en/connector-net-tutorials-web-personalization-provider.html
                                Figure 4.3 Web Parts Page Initially when the user account is not authenticated, the scope is Shared by default.  MySQL Connector/NET provides a web parts personalization provider that allows you to use a MySQL server to store personalization data. 
                                            
                https://dev.mysql.com/doc/connectors/en/connector-odbc-examples-overview.html
                                 Interacting with a MySQL server from an applications using the Connector/ODBC typically involves the following operations: Configure the Connector/ODBC DSN. This might include: allocate environment handle, set ODBC version, allocate connection ...
                                            
                https://dev.mysql.com/doc/connectors/en/connector-odbc-installation-source-development.html
                                After the initial checkout operation to get the source tree, run git pull periodically to update your source according to the latest version.  Caution This section is only for users who are interested in helping us test our new code. To just get ...
                                            
                https://dev.mysql.com/doc/connectors/en/connector-odbc-support-bug-report.html
                                Initiate a bug report for our bugs database at http://bugs.mysql.com/, then click the Files tab in the bug report for instructions on uploading the archive to the bugs database.  If you encounter difficulties or problems with Connector/ODBC, start ...
                                            
                https://dev.mysql.com/doc/connectors/en/connector-python-api-mysqlconnection-constructor.html
                                 Syntax: cnx = MySQLConnection(**kwargs) The MySQLConnection constructor initializes the attributes and when at least one argument is passed, it tries to connect to the MySQL server. For a complete list of arguments, see Section 6.7.1, ...