Bug #25725 | Visual Studio Plugin does cannot create | ||
---|---|---|---|
Submitted: | 19 Jan 2007 19:18 | Modified: | 8 Feb 2007 20:01 |
Reporter: | Robin Wheeler | Email Updates: | |
Status: | Not a Bug | Impact on me: | |
Category: | MySQL Visual Studio Plugin | Severity: | S1 (Critical) |
Version: | 1.0.2 | OS: | Windows (XP) |
Assigned to: | CPU Architecture: | Any | |
Tags: | .net, plugin, vs |
[19 Jan 2007 19:18]
Robin Wheeler
[22 Jan 2007 10:37]
Tonci Grgin
Hi Robin and thanks for your report. Snip from release announcement: "This release does not include the ability to work with the DataSetdesigner but we will be making a beta of 1.1 available shortly that will include this functionality." As I workaround until 1.1 I suggest you to use server explorer as a lookup.
[8 Feb 2007 20:01]
Robin Wheeler
Thanks for the info. I just installed the alpha of 1.1.2 and it looks like the selection of tables from the Add DataSource Wizard is working, but we still cannot automatically generate Update, Insert, and Delete statements from the configuration wizard. Do you plan to include these features?
[13 Feb 2007 22:37]
Reggie Burnett
Yes, we are working on them.
[26 May 2007 14:43]
Frederic Peters
Hello, I also have the same problem. The wizard does not generates update, insert and delete statements. A workaround I found is to add a line in the generated code of the InitAdapter routine: Adding the line: new MySqlCommandBuilder(this._adapter); just after the line: this._adapter = new MySql.Data.MySqlClient.MySqlDataAdapter(); solves the problem, however updating generated code is not a good idea and it gets overwritten when the generated code is updated. I did not found another way to use it, because all fields of the tableadapter class are "private" The bets way is of course to generate the sql commands within the wizard. Have you got an idea when this will be available ? thanks