I've installed mysql-connector-net-6.3.6 to integrate mysql support into my C# project in Visual Studio 2008 Express Edition with visual C#.net.

But after I install the tool nothing is showing up into ODBC datasource application under Administrative tool in my Window Xp machine.

Also nothing appears new in visual studio as well.

Any suggestion or guidelines to handle this?

Thanks in advance....

Regards, Mustafa Kamal

link|improve this question
feedback

1 Answer

You won't find it in ODBC datasource after installation, because it is not an ODBC driver(it is ADO.NET driver). You will find some MySQL DLLs in GAC and traces in machine.config instead.

Also, there is no integration of .NET connector into VS Express, because VS Express does not support extensibility.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.