摘要: 小结一下MySQL在C#中是如何连接的,并做一些简单的选择(SELECT)、插入( INSERT)、更新( UPDATE)、删除(DELETE )(一)连接 a) Firstly, you should install MySQL.To use themethodsin theMySQL Connector/NETyou should add a reference to it. Right click your project in theSolution Explorerand clickAdd Reference…In the.NET tab, choseMySql.Dat... 阅读全文
posted @ 2013-09-28 16:22 DowTowne 阅读(570) 评论(0) 推荐(0) 编辑