我利用MySQL connector/ODBC建立了数据源,要怎么用vb.net连线呢

如题
图片说明

我的配置如图
像在access为

Provider=Microsoft.Jet.OLEDB.4.0; Data Source=xxx.xxxxx Persist Security Info=True
那这格式要怎么正确的写呢

有provider
data source
user
password
database

vb.net本身并不支持连mysql 首先要下载第三方的mysql连接程序。

具体的代码看下面:
https://www.oschina.net/translate/connecting-to-mysql-databases-using-vb-net
https://blog.csdn.net/cf643487053/article/details/54575361

https://mp.weixin.qq.com/s/6GAYut1ubRU-m9mYfZqitA