S
Sjaakie Helderhorst
Hello,
I have this webservice which receives a dataset.
This dataset contains a table 'playlist'. This table is identical to a table
in my SQL Server (identical cell-names).
Is it possible to do a 'simple' INSERT command and transfer all data from
this dataset to the database? Or need I loop through al records in the
dataset? Since it is possible to fetch to a dataset using a datadapter, it
seems obvious to me to insert into the database likewise.
I've been searching for some docs all afternoon (Google) without any luck.
Thanks in advance
I have this webservice which receives a dataset.
This dataset contains a table 'playlist'. This table is identical to a table
in my SQL Server (identical cell-names).
Is it possible to do a 'simple' INSERT command and transfer all data from
this dataset to the database? Or need I loop through al records in the
dataset? Since it is possible to fetch to a dataset using a datadapter, it
seems obvious to me to insert into the database likewise.
I've been searching for some docs all afternoon (Google) without any luck.
Thanks in advance