Design time problem with dataset

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for MySQL
Post Reply
semihyumusak
Posts: 2
Joined: Fri 08 May 2009 23:57

Design time problem with dataset

Post by semihyumusak » Mon 11 May 2009 11:43

I am having a problem in design-time compatibility of dotconnect for mysql.

Case: Over 60 data tables connected with several relations in a dataset (just like the "CRM SAMPLE" in the installation package)

Problem: Very long operation time while viewing forms in design-time (since it loads the dataset over and over again in every design-form load)

What do you recommend for larger CRM-like datasets like I have?

Thank you.

AndreyR
Devart Team
Posts: 2919
Joined: Mon 07 Jul 2008 13:16

Post by AndreyR » Wed 13 May 2009 13:27

Are you using the DataSet Manager control? If yes, the problem is likely to be associated with the tables tree refreshing.
As a workaround, you can try not to use DataSet Manager (close it and then restart Visual Studio).
This should increase design time performance.

semihyumusak
Posts: 2
Joined: Fri 08 May 2009 23:57

Post by semihyumusak » Sun 17 May 2009 16:15

It works, thank you...

Post Reply