User Profile

Collapse

Profile Sidebar

Collapse
aceaceace
aceaceace
Last Activity: Apr 16 '07, 10:41 PM
Joined: Feb 18 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • aceaceace
    replied to Update problem
    Thanks Denburt. I basically understand what their saying in theory but how would I apply this to my example I posted for instance? I'm sorry, but I may the most basic thinking person on this forum. :)
    See more | Go to post

    Leave a comment:


  • aceaceace
    replied to Update problem
    Please bare with me. I'm very new to hard coding this. I don't know how to do that. The help files are next to useless to me as well. I'm about ready to just pay someone to show me how to do this.
    See more | Go to post

    Leave a comment:


  • aceaceace
    replied to Update problem
    I tried your code and I received this error:

    Dynamic SQL generation for the UpdateCommand is not supported against a SelectCommand that does not return any key column information.
    See more | Go to post

    Leave a comment:


  • aceaceace
    replied to Update problem
    I forgot to add this for the form.


    Private Sub Form1_Load(ByVa l sender As System.Object, ByVal e As System.EventArg s) Handles MyBase.Load



    Call conn11()



    End Sub
    See more | Go to post

    Leave a comment:


  • aceaceace
    replied to Update problem
    I still don't see what I'm doing wrong

    Please help


    This is the code in the form:
    Option Explicit On

    Imports System.Data.Sql
    Imports System.Data.Sql Client
    Imports System.Data

    Public Class Form1



    Private Sub Button1_Click(B yVal sender As System.Object, ByVal e As System.EventArg s) Handles Button1.Click

    DataGrid1.SetDa taBinding(ds,...
    See more | Go to post

    Leave a comment:


  • aceaceace
    replied to Update problem
    Thank you very much
    See more | Go to post

    Leave a comment:


  • aceaceace
    started a topic Update problem
    in .NET

    Update problem

    Someone please help me and I can't get an answer anywhere.

    I don't know what I'm doing wrong.


    When I make a change to the datagrid and click the button that has the following code it doesn't update for some reason.

    DataGrid1.Updat e()
    SqlDataAdapter1 .Update(DataSet 11)


    Please help...
    See more | Go to post

  • aceaceace
    started a topic Update problem

    Update problem

    Someone please help me and I can't get an answer anywhere.

    I don't know what I'm doing wrong.


    When I make a change to the datagrid and click the button that has the following code it doesn't update for some reason.

    DataGrid1.Updat e()
    SqlDataAdapter1 .Update(DataSet 11)


    Please help...
    See more | Go to post
No activity results to display
Show More
Working...