trial restricts query

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for MySQL
Post Reply
pfpc

trial restricts query

Post by pfpc » Wed 27 Jul 2005 10:19

Hi
While tryout the MySQLDirect .NET I have found that you cannot add more than one dataadapter per page

Becuase when you change one it automatically changes all the others .
Is this just because it is the test version

If its just the trial constraints then we can purchase.
Would it be possible for someone to get back to me on this as the development is time dependant.

Thanks

Oleg
Devart Team
Posts: 264
Joined: Thu 28 Oct 2004 13:56

Post by Oleg » Wed 27 Jul 2005 14:48

Please describe the problem more detailed. Is it in design-time? What do you mean under page, do you plan to use MySQLDirect for Web Application? Generally there's no restriction on DataAdapter.

Guest

Post by Guest » Wed 27 Jul 2005 15:07

Hi Oleg

This is during design time when you put the icons from the toolbox onto (or just under) the webpage
ie.
I have a web page and I have added one connection, 2 dataadapters and 2 datasets.

In dataadapter1 I want to call the SelectCommand - SelectCommandOne and set the select command to SELECT ONE FROM mytableOne
to create DatasetOne


In dataadapter2 I want to callthe SelectCommand SelectCommandTwo and set the select command to SELECT Two FROM mytableTwo
to create DatasetTwo


But I found that when I was renaming a dataadapter when I opened the other dataadapter it would have renameed it the same

Serious

Post by Serious » Fri 29 Jul 2005 14:56

We have checked this functionality and found no problems with MySqlDataAdapter editor.
Does this problem appear if you create Windows Application project?

Post Reply