Dataset designer issues

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for MySQL
KW
Posts: 135
Joined: Tue 19 Feb 2008 19:12

Dataset designer issues

Post by KW » Mon 03 Mar 2008 21:46

1) Once you generate a dataset using the wizard, I'm coming up with an error in visual studio 2008 dragging and dropping tables from the server explorer to the dataset.

Receiving error: Mouse drag operation failed
The specified identifier has too many parts. Parameter name: other.

2) The wizard isn't auto generating the one to one relationships from my database. Is this intended? (Basically, the primary key column is the foriegn key column for the child table. )

KW
Posts: 135
Joined: Tue 19 Feb 2008 19:12

Re: Dataset designer issues

Post by KW » Mon 03 Mar 2008 22:37

I just now noticed that there is an Add table in the edit dataset window. However, this icon is grayed out. If I could enable it, then it would solve the adding table problem.

Alexey.mdr
Posts: 729
Joined: Thu 13 Dec 2007 10:24

Post by Alexey.mdr » Tue 04 Mar 2008 13:26

Could you post the full name of your OS?
Send me (alexeyman*crlab*com) the tables definition script please.
DataSet wizard should regenerate all table constraints.

The first problem is being fixed now.

KW
Posts: 135
Joined: Tue 19 Feb 2008 19:12

Post by KW » Tue 04 Mar 2008 17:45

Alexey.mdr wrote:Could you post the full name of your OS?
Send me (alexeyman*crlab*com) the tables definition script please.
DataSet wizard should regenerate all table constraints.

The first problem is being fixed now.
Glad to hear the first problem is being addressed. I'm using windows xp pro with Visual Studio 2008

I have emailed you the table definition script.

Alexey.mdr
Posts: 729
Joined: Thu 13 Dec 2007 10:24

Post by Alexey.mdr » Wed 05 Mar 2008 08:35

I've not received your email yet.
Could you please send it again to alexey*crlab*com and CV to mysqlnet*crlab*com?

KW
Posts: 135
Joined: Tue 19 Feb 2008 19:12

Post by KW » Wed 05 Mar 2008 17:38

Alexey.mdr wrote:I've not received your email yet.
Could you please send it again to alexey*crlab*com and CV to mysqlnet*crlab*com?
I have resent the email. I had sent it under my gmail account:

But just in case you dont get it, here it is:

CREATE TABLE `Meridian_dbo`.`AdminCharge` (
`ChargeID` varchar(64) collate utf8_bin NOT NULL,
`Card#` varchar(50) collate utf8_bin default NULL,
PRIMARY KEY (`ChargeID`),
CONSTRAINT `FK_AdminCharge_Charges` FOREIGN KEY (`ChargeID`) REFERENCES `Charges` (`ChargeID`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_bin

Also, do you have a time frame when the adding tables feature will be implemented / fixed?

Alexey.mdr
Posts: 729
Joined: Thu 13 Dec 2007 10:24

Post by Alexey.mdr » Thu 06 Mar 2008 06:18

Thank you for the bug report.
We have reproduced the problem.
This bug will be fixed in the next build.

KW
Posts: 135
Joined: Tue 19 Feb 2008 19:12

Post by KW » Thu 06 Mar 2008 18:55

Alexey.mdr wrote:Thank you for the bug report.
We have reproduced the problem.
This bug will be fixed in the next build.
Is there a time frame you can give me?

Thanks Alexey.

Alexey.mdr
Posts: 729
Joined: Thu 13 Dec 2007 10:24

Post by Alexey.mdr » Tue 11 Mar 2008 13:59

We plan to issue a new build approximately in two weeks.

KW
Posts: 135
Joined: Tue 19 Feb 2008 19:12

Post by KW » Tue 11 Mar 2008 18:08

Alexey.mdr wrote:We plan to issue a new build approximately in two weeks.
To clarify, did you say both problems will be addressed in the next build?

The time frame sounds good. Thank you.

Alexey.mdr
Posts: 729
Joined: Thu 13 Dec 2007 10:24

Post by Alexey.mdr » Wed 12 Mar 2008 09:49

We will make everything possible to solve both problems in the following build.

KW
Posts: 135
Joined: Tue 19 Feb 2008 19:12

Update Request

Post by KW » Fri 11 Apr 2008 21:41

Alexey.mdr wrote:We will make everything possible to solve both problems in the following build.
Alexey,

I'm wondering if you can give another estimate on the release date for the patch that includes these fixes.

Thanks in advance.

Alexey.mdr
Posts: 729
Joined: Thu 13 Dec 2007 10:24

Post by Alexey.mdr » Mon 14 Apr 2008 10:50

The bugs are fixed now (internal numbers CR 26544 and CR 26898).
Now we are testing the new build.
The release is scheduled to be issued on the coming Friday (April, 18 ).
Thank you for your patience.
Last edited by Alexey.mdr on Tue 15 Apr 2008 06:49, edited 1 time in total.

KW
Posts: 135
Joined: Tue 19 Feb 2008 19:12

Thanks

Post by KW » Mon 14 Apr 2008 17:24

Alexey.mdr wrote:The bugs are fixed now (internal numbers CR 26544 and CR 26898).
Now we are testing the new build.
The release is scheduled to be issued on the coming Friday (April, 18).
Thank you for your patience.
Thank you.

Alexey.mdr
Posts: 729
Joined: Thu 13 Dec 2007 10:24

Post by Alexey.mdr » Mon 21 Apr 2008 13:53

The new build is available for download now.

Post Reply