Page 1 of 1

trial restricts query

Posted: Wed 27 Jul 2005 10:19
by pfpc
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

Posted: Wed 27 Jul 2005 14:48
by Oleg
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.

Posted: Wed 27 Jul 2005 15:07
by Guest
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

Posted: Fri 29 Jul 2005 14:56
by Serious
We have checked this functionality and found no problems with MySqlDataAdapter editor.
Does this problem appear if you create Windows Application project?