Search Results
https://dev.mysql.com/doc/connectors/en/connector-net-connections-pooling.html
Most classes that have methods that take a MySqlConnection as an argument, also have methods that take a connection string as an argument. Resource Usage Connector/NET runs a background job every three minutes and removes connections from pool that ... The MySQL Connector/NET supports connection pooling for better performance and scalability with database-intensive ...
https://dev.mysql.com/doc/connectors/en/connector-net-tutorials-asp-provider-profile.html
The Profile Provider also enables profile data to be managed effectively, for example it enables profiles that have not been accessed since a specific date to be deleted. Save all files and build the solution to check that no errors have been ...
https://dev.mysql.com/doc/connectors/en/connector-net-tutorials-intro.html
It also assumes that you have installed the world database sample, which can be downloaded from the MySQL Documentation page. Note Before compiling the code example, make sure that you have added References to your project as required. This section ...
https://dev.mysql.com/doc/connectors/en/connector-odbc-examples-tools-with-crystalreports.html
Before using Crystal Reports with MySQL, please ensure that you have update to the latest version, including any outstanding service packs and hotfixes. Once you have selected the tables you want to include, click Next to continue. If Crystal ...
https://dev.mysql.com/doc/connectors/en/connector-odbc-installation-source-unix.html
These should be in place if you have installed the MySQL server on the same machine. To run the tests: Make sure you have an odbc.ini file in place, by which you can configure your DSN entries. You need the following tools to build MySQL from ...
https://dev.mysql.com/doc/connectors/en/connector-python-connection-pooling.html
websites that can have more “permanent” connections open to the MySQL server. Simple connection pooling is supported that has these characteristics: The mysql.connector.pooling module implements pooling. A pool opens a number of connections and ...
https://dev.mysql.com/doc/connector-net/en/connector-net-asp-provider.html
Working with MySQL Providers The easiest way to start using the providers is to use the ASP.NET configuration tool that is available on the Solution Explorer toolbar when you have a website project loaded. MySQL Connector/NET includes a provider ...
https://dev.mysql.com/doc/connector-net/en/connector-net-connections-pooling.html
Most classes that have methods that take a MySqlConnection as an argument, also have methods that take a connection string as an argument. Resource Usage Connector/NET runs a background job every three minutes and removes connections from pool that ... The MySQL Connector/NET supports connection pooling for better performance and scalability with database-intensive ...
https://dev.mysql.com/doc/connector-net/en/connector-net-tutorials-asp-provider-profile.html
The Profile Provider also enables profile data to be managed effectively, for example it enables profiles that have not been accessed since a specific date to be deleted. Save all files and build the solution to check that no errors have been ...
https://dev.mysql.com/doc/connector-net/en/connector-net-tutorials-intro.html
It also assumes that you have installed the world database sample, which can be downloaded from the MySQL Documentation page. Note Before compiling the code example, make sure that you have added References to your project as required. This section ...