a) why is it taking so long to get answers on this forum now? see my other post about concurrency violations.
b) i'm doing several unit tests on a cpl core stored procedures and inserting 100 records at a time. for the first batch, your VS add-in would allow me to do a "Retrieve Data" on the table where the rows were inserted and see the newly inserted records. however, i then ran 4 or 5 tests after that and have about 5-600 rows in my test table and now your add-in only shows me still a total of 100 rows.
is this a bug? is there a setting somewhere that says only retrieve a 100 rows at a time?
i again can open the table in query browser and see all of the records just fine.
are these components seriously buggy and i'm just now finding this out? anyone else have these kinds of problems?
the good news is your provider seems to work and the rows were inserted. i just think the VS add-ins have a LOT OF BUGS. search my posts, i can count 3 if this too is one. here's a list:
a) the add-in would crash upon VS shutdown and thus prevent VS from saving the UI preferences file and so all customizations to the VS IDE would be lost after every session. never did hear if a patch would be made available.
b) try to delete a few records from a simple table, definition included in post, and get a concurrency violation. seems others have this problem under different situations. still have no response. go into Query Browser tool from mysql and can delete the records no prolem. see my post.
c) now this "not showing all records in a table" only showing the first 100. this MUST be a setting somewhere.
i can tell you this, i'm getting tired of working around these components and slowing me down. for Bug A listed above, i ended up having to unload the add-in to allow VS to shutdown properly.
any response would be helpful.
Bug in dataview mode? ANOTHER BUG???
-
- Posts: 15
- Joined: Fri 11 Aug 2006 14:04
- Location: Atlanta, GA USA
What do you mean by the "add-in" and the "provider"? MySQL Developer Tools doesn't have add-in. Have you got MySQLDirect .NET data provider installed on you PC?...your provider seems to work and the rows were inserted...
a) the add-in would crash upon VS shutdown ....
Answered you in that forum topic.b) try to delete a few records from a simple table, definition included in post
This is a Paginal Mode. You can change appropriate settings of Data View here: Options --> Core Lab Developer Tools --> Data Editor --> General.c) now this "not showing all records in a table" only showing the first 100. this MUST be a setting somewhere.