| Bug #15081 | Cannot add tables in the DataSource panel in Visual Studio 2005 | ||
|---|---|---|---|
| Submitted: | 20 Nov 2005 15:18 | Modified: | 22 Nov 2005 1:22 |
| Reporter: | Marc Puig | ||
| Status: | Verified | ||
| Category: | Connector/ODBC | Severity: | S3 (Non-critical) |
| Version: | 3.51.12 | OS: | Microsoft Windows (All) |
| Assigned to: | Jim Winstead | Target Version: | |
| Triage: | D2 (Serious) | ||
[20 Nov 2005 15:18]
Marc Puig
[22 Nov 2005 1:22]
Jorge del Conde
Thanks for your bug report. I reproduced this using a demo copy of VS2005
[1 Mar 2006 23:08]
David Carpenter
Has anyone tried to use the MySQL Connector Net 1.0.7 instead of the ODBC connector? I would, but don't know how to add it as a data source in the wizard.
[19 Mar 2006 20:31]
Andrew Cook
David: See bug 18342. Connector/Net has its own special Visual Studio Data Tools-related problems.
[27 Jul 2007 20:25]
Jim Winstead
I have re-verified this bug by creating a dummy C# application in VS2005, then selecting "Data->Add New Data Source" from the menu. I'm not sure what "DATASOURCES tab" the original bug reports are referring to. It's not clear if this is a driver bug or a bug in how Visual Studio (or the .NET framework Data Provider for ODBC) is accessing tables. The driver appears to correctly report that schemas are not supported, but I'm not sure if this is even being checked. We may need to add an option to treat MySQL databases as schemas, instead of treating them as catalogs, as the driver currently does. In any case, using Connector/Net with .NET applications is definitely the way to go.
