如何在vb.net桌面应用程序中访问Web MySQL数据库?

问题描述:

大家好,

请帮忙...
我对如何制作此应用程序一无所知?
但是有人遇到过这样的事情吗?
连接到网站的Web数据库的简单桌面...

在此先感谢..

hello guys,

please help...
i haven''t had any idea on how to make this app?
but does anyone have encountered like this?
a simple desktop that connects to the web database of a website...

thanks in advance..

下载并安装 MySqlConnector .这提供了一组类,这些类使您可以在MySql上执行数据库操作.
希望这会有所帮助.
Download and install MySqlConnector. This provides a set of classes that allow you to perform database operations on MySql.
Hope this helps.


这只是关于连接字符串man的事情.只需在连接字符串中使用远程计算机的主机名 IP地址更改服务器名称.就这样.

VB.NET-MySQL教程–第5部分 [^ ]

附件

www.connectionstrings.com/mysql [如何启用对MySQL数据库服务器的远程访问? [ ^ ]
It''s just thing about connection string man. Just change the servername with Remote machine''s Host name or IP address in connectionstring. That''s all.

The VB.NET-MySQL Tutorial – Part 5[^]

Attachments

www.connectionstrings.com/mysql[^]

How Do I Enable Remote Access To MySQL Database Server?[^]