Page 1 of 2
Dataset designer issues
Posted: Mon 03 Mar 2008 21:46
by KW
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. )
Re: Dataset designer issues
Posted: Mon 03 Mar 2008 22:37
by KW
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.
Posted: Tue 04 Mar 2008 13:26
by Alexey.mdr
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.
Posted: Tue 04 Mar 2008 17:45
by KW
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.
Posted: Wed 05 Mar 2008 08:35
by Alexey.mdr
I've not received your email yet.
Could you please send it again to alexey*crlab*com and CV to mysqlnet*crlab*com?
Posted: Wed 05 Mar 2008 17:38
by KW
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?
Posted: Thu 06 Mar 2008 06:18
by Alexey.mdr
Thank you for the bug report.
We have reproduced the problem.
This bug will be fixed in the next build.
Posted: Thu 06 Mar 2008 18:55
by KW
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.
Posted: Tue 11 Mar 2008 13:59
by Alexey.mdr
We plan to issue a new build approximately in two weeks.
Posted: Tue 11 Mar 2008 18:08
by KW
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.
Posted: Wed 12 Mar 2008 09:49
by Alexey.mdr
We will make everything possible to solve both problems in the following build.
Update Request
Posted: Fri 11 Apr 2008 21:41
by KW
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.
Posted: Mon 14 Apr 2008 10:50
by Alexey.mdr
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.
Thanks
Posted: Mon 14 Apr 2008 17:24
by KW
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.
Posted: Mon 21 Apr 2008 13:53
by Alexey.mdr
The new build is available for download now.