D
Dot Net Newbie
New to DOTNET so please be gentle:
I have an in-memory dataset that I want move to a SQL Server database.
The XML schema with which the dataset was built matches exactly the
table schema in SQL Server (same fields, same relations, etc.).
The dataset has eight tables all of which are linked to each other by
an identity field.
From what I understand, I should be able to "flush" the data from the
dataset in memory to the tables in SQL Server with just a few lines of
code.
I've been googling all afternoon but have had no success to point me
in the right direction.
Am I on the right track? Is there a way to move the data to SQL
Server at once?
I have an in-memory dataset that I want move to a SQL Server database.
The XML schema with which the dataset was built matches exactly the
table schema in SQL Server (same fields, same relations, etc.).
The dataset has eight tables all of which are linked to each other by
an identity field.
From what I understand, I should be able to "flush" the data from the
dataset in memory to the tables in SQL Server with just a few lines of
code.
I've been googling all afternoon but have had no success to point me
in the right direction.
Am I on the right track? Is there a way to move the data to SQL
Server at once?