H
hartbypass
Hello all.
I am trying to move data from my Gridview, essentially a dataset, to a
Sql table I created. I am trying to do this without having to create a
stored proc that I have to call every time I interate through a row.
So I am trying to see if this is conceptually possible.
Basically create a DataAdapter that is tied to my SqlServer table.
Fill that DataAdapter with the Dataset that I am using for my Gridview.
I assume I will have to do this my interating through the rows of my
DataSet and "Add" them to the DataAdapter. Then tun an update on the
DataAdapter and be done with it.
Any thoughts?
Greg
I am trying to move data from my Gridview, essentially a dataset, to a
Sql table I created. I am trying to do this without having to create a
stored proc that I have to call every time I interate through a row.
So I am trying to see if this is conceptually possible.
Basically create a DataAdapter that is tied to my SqlServer table.
Fill that DataAdapter with the Dataset that I am using for my Gridview.
I assume I will have to do this my interating through the rows of my
DataSet and "Add" them to the DataAdapter. Then tun an update on the
DataAdapter and be done with it.
Any thoughts?
Greg