Click here to Skip to main content
15,909,324 members
Home / Discussions / C#
   

C#

 
GeneralRe: xml Pin
arkiboys12-Oct-09 12:47
arkiboys12-Oct-09 12:47 
GeneralRe: xml Pin
Not Active12-Oct-09 12:53
mentorNot Active12-Oct-09 12:53 
GeneralRe: xml Pin
arkiboys12-Oct-09 12:55
arkiboys12-Oct-09 12:55 
GeneralRe: xml Pin
DaveyM6912-Oct-09 13:06
professionalDaveyM6912-Oct-09 13:06 
GeneralRe: xml Pin
Not Active12-Oct-09 13:42
mentorNot Active12-Oct-09 13:42 
GeneralRe: xml Pin
Henry Minute12-Oct-09 13:02
Henry Minute12-Oct-09 13:02 
GeneralRe: xml Pin
arkiboys12-Oct-09 13:25
arkiboys12-Oct-09 13:25 
GeneralRe: xml Pin
Henry Minute13-Oct-09 0:40
Henry Minute13-Oct-09 0:40 
arkiboys wrote:
How do I do this in database


The conversion to a database will be time consuming and possibly difficult, depends on the structure of your xml file, but will repay the effort many times over as time goes by.

I am not aware of any tools that can automate the process entirely, although if you create the database and tables manually you can use the bulk loading methods of SQL Server to load the data.

You can also do a sort of half-way-house thing. Look at the DataSet.ReadXml, DataSet.ReadXmlSchema methods and the associated Write ones.

Whether any of this is possible or practical depends mostly on the structure of your xml.

The earlier comments about a limit for LINQToXML was a joke so that avenue is still open to you.

Henry Minute

Do not read medical books! You could die of a misprint. - Mark Twain
Girl: (staring) "Why do you need an icy cucumber?"
“I want to report a fraud. The government is lying to us all.”

GeneralRe: xml Pin
arkiboys13-Oct-09 11:54
arkiboys13-Oct-09 11:54 
GeneralRe: xml Pin
DaveyM6912-Oct-09 13:26
professionalDaveyM6912-Oct-09 13:26 
GeneralRe: xml Pin
Not Active12-Oct-09 13:40
mentorNot Active12-Oct-09 13:40 
GeneralRe: xml Pin
Henry Minute13-Oct-09 0:26
Henry Minute13-Oct-09 0:26 
AnswerRe: xml Pin
PIEBALDconsult12-Oct-09 13:28
mvePIEBALDconsult12-Oct-09 13:28 
QuestionStrong Names Pin
Matt Cavanagh12-Oct-09 10:36
Matt Cavanagh12-Oct-09 10:36 
AnswerRe: Strong Names Pin
Not Active12-Oct-09 11:02
mentorNot Active12-Oct-09 11:02 
AnswerRe: Strong Names Pin
Jacobb Michael12-Oct-09 17:55
Jacobb Michael12-Oct-09 17:55 
QuestionSerial Port Strange Error! Pin
zafersavas12-Oct-09 10:28
zafersavas12-Oct-09 10:28 
AnswerRe: Serial Port Strange Error! Pin
I Believe In GOD12-Oct-09 10:33
I Believe In GOD12-Oct-09 10:33 
AnswerRe: Serial Port Strange Error! Pin
Luc Pattyn12-Oct-09 11:14
sitebuilderLuc Pattyn12-Oct-09 11:14 
GeneralRe: Serial Port Strange Error! Pin
charlie363620-Oct-09 5:25
charlie363620-Oct-09 5:25 
GeneralRe: Serial Port Strange Error! Pin
Luc Pattyn20-Oct-09 6:05
sitebuilderLuc Pattyn20-Oct-09 6:05 
GeneralRe: Serial Port Strange Error! Pin
charlie363620-Oct-09 22:30
charlie363620-Oct-09 22:30 
GeneralRe: Serial Port Strange Error! Pin
charlie363620-Oct-09 22:40
charlie363620-Oct-09 22:40 
QuestionMerge datasets having null values Pin
sri1312-Oct-09 9:08
sri1312-Oct-09 9:08 
AnswerRe: Merge datasets having null values Pin
I Believe In GOD12-Oct-09 10:01
I Believe In GOD12-Oct-09 10:01 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.