Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Another Newbie Question
Message
From
18/10/2008 14:10:06
 
 
To
All
General information
Forum:
ASP.NET
Category:
Databases
Title:
Another Newbie Question
Environment versions
Environment:
VB 9.0
OS:
Vista
Network:
Windows 2008 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01355730
Message ID:
01355730
Views:
78
VS 2K8
C#

The program bombs with
“Update requires a valid UpdateCommand when passed DataRow collection with modified rows.”

when I excecute the system-generated code on the savve button of the navigation toolbar below:

private void holderBindingNavigatorSaveItem_Click_1(object sender, EventArgs e)
{
this.Validate();
this.holderBindingSource.EndEdit();
this.tableAdapterManager.UpdateAll(this.portfolioDataSet);

This is a two column table. One column is the identity field and the next is a name.

I've configured in the dataset mgr ad nauseum.

Any suggestions greatly appreciated.
Anyone who does not go overboard- deserves to.
Malcolm Forbes, Sr.
Next
Reply
Map
View

Click here to load this message in the networking platform