msvisual.com Forum Index
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister   ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

VB 2005 - Binding Source question

 
Post new topic   Reply to topic    msvisual.com Forum Index -> VB Syntax
Author Message
Charlie Mac



Joined: 04 Oct 2007
Posts: 4

PostPosted: Thu Oct 26, 2006 7:01 pm    Post subject: VB 2005 - Binding Source question Reply with quote

VB Gerus,

I am new to VB 2005 and am receiving the "Update requires a valid
UpdateCommand when passed DataRow collection with modified rows."
message tied to the TableAdapter line when trying to save data
modified in a DataGridView. MyEray is the table name. What obvious
thing am I missing? Thanks.

Charlie from Texas

Private Sub SaveToolStripButton_Click(ByVal sender As System.Object,
ByVal e As System.EventArgs) Handles SaveToolStripButton.Click
' Save data routine
Me.Validate()
Me.MyErayBindingSource.EndEdit()
Me.MyErayTableAdapter.Update(Me.EAdataDataSet1.MyEray)
End Sub

Archived from group: microsoft>public>vb>syntax
Back to top
View user's profile Send private message
Bob Butler



Joined: 04 Oct 2007
Posts: 1325

PostPosted: Thu Oct 26, 2006 8:33 pm    Post subject: Re: VB 2005 - Binding Source question Reply with quote

wrote in message@4ax.com
> VB Gerus,
>
> I am new to VB 2005


--
try asking in a group with "dotnet" in the name; this group is for VB 6.0
and earlier
VB.Net is Not.VB

Back to top
View user's profile Send private message
Display posts from previous:   
Related Topics:
Get source code from VB .exe file : URGENT Hi, I have an .exe file in for which we do not have the source code. The ..exe was written in vb 5. The program is very important to us. Is there a wasy we get to the source code from .exe file. Please treat this as urgent and help me with suggessions/c

Visual Basic Xpress 2005 Code Help I am trying to get some code that will go into Active Directory and extract the attribute for every user in a domain. I know nothing about VB, so I would like help with fixing the error below. My only programming experience prior to thi

VB 2005 variable declarations and method calls Hi, I'm moving from VB6 to VB 2005. Two questions: 1. One book I'm using has syntax like Dim as SqlConnection = New However, the Help for the Dim statement says, "If you use New, you do not use an initializer

help on this question Given the function (FullFileName as string) as string, write the statements necessary to return just the file name.

Another API Question I have this lonStatus = strCmdLine, _ 0#, 0#, 1, &H40, 0&, workpath, But what exactly are 0#, 0#, &H40, 0& doing? I don't get it Thanks Adamb
Post new topic   Reply to topic    msvisual.com Forum Index -> VB Syntax All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group