User Profile

Collapse

Profile Sidebar

Collapse
shardul D
shardul D
Last Activity: Mar 2 '09, 02:43 PM
Joined: Mar 1 '09
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • shardul D
    replied to oledb exception
    there are at least 27 fields . do i have to send data for each field individually?
    See more | Go to post

    Leave a comment:


  • shardul D
    started a topic oledb exception

    oledb exception

    Code:
    Private Sub CustomersBindingNavigatorSaveItem_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles CustomersBindingNavigatorSaveItem.Click
            Me.Validate()
            Me.CustomersBindingSource.EndEdit()
            Me.TableAdapterManager.UpdateAll(Me.payrollDataSet)
    for last line i am getting error as
    "An INSERT INTO query cannot contain a multi-valued field."...
    See more | Go to post
No activity results to display
Show More
Working...