Spec-Zone .ru
спецификации, руководства, описания, API

21.2.5. Connector/Net Programming

21.2.5.1. Connecting to MySQL Using Connector/Net
21.2.5.2. Creating a Connector/Net Connection String
21.2.5.3. Using MySqlCommand
21.2.5.4. Using Connector/Net with Connection Pooling
21.2.5.5. Using the Windows Native Authentication Plugin
21.2.5.6. Writing a Custom Authentication Plugin
21.2.5.7. Using Connector/Net with Table Caching
21.2.5.8. Using the Connector/Net with Prepared Statements
21.2.5.9. Accessing Stored Procedures with Connector/Net
21.2.5.10. Handling BLOB Data With Connector/Net
21.2.5.11. Using the Connector/Net Interceptor Classes
21.2.5.12. Handling Date and Time Information in Connector/Net
21.2.5.13. Using the MySqlBulkLoader Class
21.2.5.14. Using the MySQL Connector/Net Trace Source Object
21.2.5.15. Binary/Nonbinary Issues
21.2.5.16. Character Set Considerations for Connector/Net
21.2.5.17. Using Connector/Net with Crystal Reports
21.2.5.18. ASP.NET Provider Model
21.2.5.19. Working with Partial Trust / Medium Trust

Connector/Net comprises several classes that are used to connect to the database, execute queries and statements, and manage query results.

The following are the major classes of Connector/Net:

In the following sections, you will learn about some common use cases for Connector/Net, including BLOB handling, date handling, and using Connector/Net with common tools such as Crystal Reports.