我如何在C#中学习MYSQL? [英] How i can learn MYSQL in C# ?

查看:75
本文介绍了我如何在C#中学习MYSQL?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述


Hello Everyone,



我一直在学习C#,我或多或少知道如何使用的概念MYSQL在另一种语言中但是,我现在想在C#中学习..但是我找不到任何可以在这个新平台上学习的书,我的问题是我如何在C#中学习MYSQL以及
其他语言?因为,函数发生变化,我找不到任何书。

解决方案

学习MySQL的最好方法是使用MySQL和DB一个DBMS,允许你在图形用户界面中构建和执行查询。

当然还有一个toutorial。


使用来自C#的MySQL查询与任何其他DBType相同:

查找与MySQL关联的Connection和Command类。使用那些。看来第三方图书馆就是这样的:

https:// dev。 mysql.com/downloads/connector/net/6.9.html


Hello Everyone,

I Have been studying C# and i know more or less the concept of how to use MYSQL in the other Language but, i wanted to learn now in C# .. however i don't find any book that i can learn in this new platform, my question is how i can learn MYSQL in C# and in other languages? because, the functions change and i never find any book.

解决方案

The best way to learn MySQL is to have a DB using MySQL and a DBMS that allows you to build and execute queries in a Graphical user interface.
And having a toutorial, of course.

Using a MySQL query from C# is the same as with any other DBType:
Find the Connection and Command classes associated with MySQL. Use those. It appears there are 3rd party Libraries for this:
https://dev.mysql.com/downloads/connector/net/6.9.html


这篇关于我如何在C#中学习MYSQL?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆