Search Results
                    
                    
            https://dev.mysql.com/doc/connectors/en/connector-python-asyncio.html
                                Note that increasing the number of jobs does add job management overhead which at some point evaporates the initial speed-up.  Installing Connector/Python also installs the mysql.connector.aio package that integrates asyncio with the connector to ...
                                            
                https://dev.mysql.com/doc/connector-net/en/connector-net-entityframework-core-example.html
                                Initialize a valid .NET Core project and console application using the .NET Core command-line interface (CLI) and then switch to the newly created folder (mysqlefcore).  The Code First approach enables you to define an entity model in code, create a ...
                                            
                https://dev.mysql.com/doc/connector-net/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/connector-net/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/connector-net/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/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-net/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/connector-net/en/connector-net-tutorials-web-personalization-provider.html
                                Figure 6.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/connector-odbc/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/connector-odbc/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 ...