User Profile
Collapse
-
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. :) -
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.Leave a comment:
-
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.Leave a comment:
-
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 SubLeave a comment:
-
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,...Leave a comment:
-
-
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... -
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...
No activity results to display
Show More
Leave a comment: