I've searched around and haven't been able to find anything along the lines of doing this.
相关问题
- 'System.Threading.ThreadAbortException' in
- sqlyog export query result as csv
- NOT DISTINCT query in mySQL
- NOT DISTINCT query in mySQL
- how to use special characters like '<'
I use C#:
install odbc driver from mysql website
and convert this to VB.NET,
Maybe this link could help:
http://dev.mysql.com/tech-resources/articles/ebonat-load-and-search-mysql-data-using-vbnet-2005.html
You need to install Connector/Net, which will give you a full ADO.Net provider for MySql you can use. Be warned that this is GPL software, meaning if you distribute it as part of a commercial product you must also distribute your source code. It's an open legal question, but last I heard most web sites are okay with this, because you are not distributing your server code. Desktop apps may have an issue, though.
Install MySQL connector for .NET, and APACHE, also install XAMPP so you could use phpMyAdmin
First of all you need to install MySQL connector for .NET.