2 very annoying problems with 3.20.6 for .NET 2
Posted: Mon 16 Jan 2006 10:36
Hi, the most annoying problem I have is that every time I change some properties in a dataset created by MySQL DataAdapters it pops up a dialog with the question: "Do you want to regenerate Parameters collection for ". Since I have quite a lot of DataAdapters each with 4 sql statements, I get A LOT of these in a row... Mouseclicking olympics here I come...
And I don't even want to regenerate the Parameters collection...
The second issue I have is with the Design Time Command Generator for DataAdapter. The generated sql update and delete statements adds all the UpdatingFields selected to the where clause, the way I see it only KEY FIELDS should be added to the where clause. Please correct! Beside from that I must say I like that you now give the generated parameters a good name: Original_ID f.ex. instead of just p1, p2 etc.
Please correct these problems quick!
Trygve
The second issue I have is with the Design Time Command Generator for DataAdapter. The generated sql update and delete statements adds all the UpdatingFields selected to the where clause, the way I see it only KEY FIELDS should be added to the where clause. Please correct! Beside from that I must say I like that you now give the generated parameters a good name: Original_ID f.ex. instead of just p1, p2 etc.
Please correct these problems quick!
Trygve