开发者

How to use mySql DB from C# on shared hosting?

i bought a web domain with some web space. They support only mySQL DB, how do i access the my SQL DB on my asp.net application? is there is way to access it through .net bas开发者_Go百科e classes without installing third party drivers?


You can reference MySQL .net connector .dll which will be placed in your bin folder.


The standard Conector/Net should work. It's pure C# and communicates with MySQL over sockets. If that isnt supported you should talk to your host about how to get it working.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜