Bug #57894 Typed datset does not get the table name
Submitted: 1 Nov 2010 12:29 Modified: 30 Mar 2011 21:47
Reporter: Eder Costa Email Updates:
Status: Closed Impact on me:
None 
Category:Connector / NET Severity:S1 (Critical)
Version:6.3.5 OS:Windows
Assigned to: Reggie Burnett CPU Architecture:Any
Tags: error, table name, typed dataset

[1 Nov 2010 12:29] Eder Costa
Description:
If you drag two tables from the server explorer (saved connections) and drop in a type dataset, the visual studio send the folowing error: "Mouse operation failed" - "A datatable named 'DataTable' already belongs to this DataSet". 
I saw that the provider set the names of all tables as "DataTable", causing a name conflict. 
If you drag and drop one to one, the provider creates the tables with the names "DataTable", "DataTable1", etc.

Thanks.

How to repeat:
Always dropping tables in a typed dataset.
[22 Nov 2010 17:22] Bugs System
A patch for this bug has been committed. After review, it may
be pushed to the relevant source trees for release in the next
version. You can access the patch from:

  http://lists.mysql.com/commits/124665

848 Reggie Burnett	2010-11-22
      - fixed our DDEX code so that dragging tables from server explorer onto a typed data set
        preserves the table name (bug #57894)
[30 Mar 2011 21:47] Reggie Burnett
Fixed in 6.0.8, 6.1.6, 6.2.5, 6.3.5+