Web Images Videos Maps News Shopping Gmail more »
Recently Visited Groups | Help | Sign in
Google Groups Home
xml to sql server using asp.net 2.0
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  3 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Danny  
View profile  
(1 user)  More options Jan 31 2006, 11:05 am
From: "Danny" <dannygri...@gmail.com>
Date: Tue, 31 Jan 2006 16:05:53 -0000
Local: Tues, Jan 31 2006 11:05 am
Subject: xml to sql server using asp.net 2.0
I need to get xml documents into sql server. I am using asp.net 2.0
(c#). I have been advised to pull the xml document into a dataset and
then push this to sql server. Can this be done without mapping the
individual fields? If so can someone point me to an article that shows
how to do this.

If the above could be used I assume there would need to be code that
automatically creates the tables in sql server from the dataset on the
first run, then on other runs would insert from the dataset into sql
server.

As the xml document I will be receiving has a large number of fields,
my aim is to bring the document into sql server without having to map
the individual fields.

Thanks for any help
Danny


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
the hogans  
View profile  
(1 user)  More options Jan 31 2006, 1:34 pm
From: the hogans <thoga...@yahoo.com>
Date: Tue, 31 Jan 2006 10:34:32 -0800 (PST)
Local: Tues, Jan 31 2006 1:34 pm
Subject: Re: xml to sql server using asp.net 2.0
if you store the xml docs as xml blobs in a single text column  then
you don't need datasets or table mappings. You can programmatically
retreive the blob by selecting the column you stored the doc in.

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around
http://mail.yahoo.com

    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Danny Grieve  
View profile  
(1 user)  More options Feb 1 2006, 5:16 am
From: Danny Grieve <dannygri...@gmail.com>
Date: Wed, 1 Feb 2006 10:16:17 +0000
Local: Wed, Feb 1 2006 5:16 am
Subject: Re: xml to sql server using asp.net 2.0

I have a number of existing relational tables that the xml data needs to be
inserted into. Some processing of the data needs to be done before inserting
into the existing tables. Thats why I was going to put the xml into some
tables that reflect the xml structure, for example a table called
XmlData.Ican then query the table XmlData and insert into the existing
relational
tables. I am trying to find the easiest way of creating and inserting into
the table XmlData, without having to map each field (as there are many
fields). Do you know a way I can do this?

Thanks
Danny

On 1/31/06, the hogans <thoga...@yahoo.com> wrote:


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »

Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy
©2009 Google