Re: From a WebService Dataset to a local SQL Server
- From: "Cowboy \(Gregory A. Beamer\)" <NoSpamMgbworld@xxxxxxxxxxxxxxxxxx>
- Date: Wed, 26 Mar 2008 09:48:09 -0500
If you are simply trying to update SQL Server, you can create a Data Adapter
with a DataSet and feed it the data. If you want to send it directly to SQL
Server, you can consume it as XML in SQL Server and update/insert from
there. If you are using SQL Server 2005, you can set up a managed routine
and feed it the DataSet and work with it there.
I would look up disconnected and DataSet and see examples on how others are
doing this. For XML, there are plenty of pages out there on using XML in SQL
Server and there are enough examples of managed code in SQL Server 2005.
--
Gregory A. Beamer
MVP, MCP: +I, SE, SD, DBA
Subscribe to my blog
http://gregorybeamer.spaces.live.com/lists/feed.rss
or just read it:
http://gregorybeamer.spaces.live.com/
*************************************************
| Think outside the box!
|
*************************************************
"Carlos" <palcar@xxxxxxxxx> wrote in message
news:eMt3wJUiIHA.5160@xxxxxxxxxxxxxxxxxxxxxxx
I have a web service that pass me a DataSet, I get all data correctly, I
can even load it on a DataGridView, buyt I want to pass tha dataset to a
Internal SQL Server, exact data structure , with no modification. What is
the best wat you pass the Dataset to a table on the Internal SQL Server?
Any online Examples ? I did not dinf a good one in google. in C#
thanks
.
- References:
- From a WebService Dataset to a local SQL Server
- From: Carlos
- From a WebService Dataset to a local SQL Server
- Prev by Date: Re: First request takes a long time
- Next by Date: Re: .Net Web Service and unmanaged DLL
- Previous by thread: From a WebService Dataset to a local SQL Server
- Next by thread: can I progarmatically register asp.net to IIS
- Index(es):
Relevant Pages
|