hi all
i'm trying to connect a mySQL server (not on my local machine) from VB.Net using OLEDB Connection.
the connection string used is :
Code:
Provider=MySQLProv;Data Source=mySQLDB;User Id=myusername;password=mypassword;"
the error my prog shows is "MySQLProv not supported by local machine."
do i have to download it explicitly ??? i dont have to use ODBC at all. plz help