How to connect to a MySQL Data Source in Visual Studio -


i use mysql connector/net connect database referencing assembly (mysql.data.dll) , passing in connection string mysqlconnection. because don't have install anything.

is there way "choose data source" in visual studio 2010 without installing something?

how can mysql option (localhost) show on 1 of these lists? or have install something?

(i don't want use odbc btw)

"add connection" server explorer: alt text

entity data model wizard: alt text

visual studio requires ddex providers (data designer extensibility) registered adding entries in windows registry during installation (hklm\software\microsoft\visualstudio\{version}\dataproviders) . see ddex provider registration in msdn more details.


Comments

Popular posts from this blog

c++ - How to modify context menu of internet explorer using IDocHostUIHandler::ShowContextMenu? -

c# - Getting "Internal .Net Framework Data Provider error 30" error when column has NULL value -

android - Spacing between the stars of a rating bar? -