1.

Will The Webmatrix Sqldatasourcecontrol Work With A Mysql Connection?

Answer»

SqlDataSourceControl LETS you connect and work with MS SQL DB, while AccessDataSourceControl do the same thing but for MS Access DB. Therefore SqlDataSourceControl can't help you in your MySql CONNECTIVITY .
For Connectivity with MySql refer ACCESSING MySQL Database with ASP.NET.

SqlDataSourceControl lets you connect and work with MS SQL DB, while AccessDataSourceControl do the same thing but for MS Access DB. Therefore SqlDataSourceControl can't help you in your MySql connectivity .
For Connectivity with MySql refer Accessing MySQL Database with ASP.NET.



Discussion

No Comment Found