Visual Studio Advanced Query Builder MySql adding "def." before table names
From within the .xsd designer I drag a table from a MySql connection on the list and begin configure it. When I open the Advanced Query builder, The sql is changed from what was in the initial box
select * from x;
to
select * from def.schema.x
where schema is the actual schema and the problem is that I don't see where the def prefix is coming. MySql version 5.5.8,开发者_如何转开发 MySqlConnector 6.3.4, Visual Studio 2008, Windows 7 64. This same process was working fine on XP.
Any ideas?
I was having the same issue. I am using Visual Studios 2010 on Win 7 64. MySqlConnector 6.3.1. What I did was uninstall MySqlConnector/Net 6.3.1 and installed MySqlConnector/Net 6.3.6 and it working fine now.
Hey ,I had this damn problem before but i solved it All what you need to is : install .net FrameWork 4.0 before installing the .net connector 6.3.6.
In Case it did not work install visual studio 2010 and it will work 100%.
精彩评论