# WindowsFormsMySqlDbApp **Repository Path**: caochufeng/WindowsFormsMySqlDbApp ## Basic Information - **Project Name**: WindowsFormsMySqlDbApp - **Description**: 基于MySql.Data和Dapper的WinForm窗体程序示例 - **Primary Language**: C# - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-08-03 - **Last Updated**: 2024-08-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Windows中在C#中使用Dapper和Mysql.Data库连接MySQL数据库 C#窗体程序,使用MySql.Data和Dappaer库,连接MySQL数据库并访问people表,实现如下两个基本功能: - 1、输入LstName,然后点击serach按钮,将结果显示在ListBox中。 - 2、分别依次输入FirstName、LastName、EmailAddress,然后点击insert按钮,往people表中插入一条记录。 详情见我的CSDN博客:[Windows中在C#中使用Dapper和Mysql.Data库连接MySQL数据库](https://ccf19881030.blog.csdn.net/article/details/136581740?spm=1001.2014.3001.5502)