G
Guest
Hi all
I have a SQL Server database where I need to save some data.
By using the VS.NET wizard, I created a typed dataset. To fill a table with
data, I use the corresponding DataAdapter Fill method. After Fill method
returns, I can retrieve DataTable.Rows.Count property and see that all rows
are present.
The problem is that the data is only memory. How can save those data in the
database? I tried using Update of DataAdapter, AcceptChanges of DataSet,
AcceptChanges of DataTable but none worked.
Any help would be greatly appreciated.
Thanks
Jaime
I have a SQL Server database where I need to save some data.
By using the VS.NET wizard, I created a typed dataset. To fill a table with
data, I use the corresponding DataAdapter Fill method. After Fill method
returns, I can retrieve DataTable.Rows.Count property and see that all rows
are present.
The problem is that the data is only memory. How can save those data in the
database? I tried using Update of DataAdapter, AcceptChanges of DataSet,
AcceptChanges of DataTable but none worked.
Any help would be greatly appreciated.
Thanks
Jaime