Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

serialize arraylist

Status
Not open for further replies.

ArizonaRedneck

Programmer
Oct 25, 2004
61
0
0
US
I was just wondering how to serialize an arraylist to xml USING VB.NET. After that, I would like to store the generated xml into a sql server database. Any help would be appreciated. Thanks in advance

-
"Do your duty in all things. You cannot do more, you should never wish to do less." Robert E. Lee
 
I was just wondering how to serialize an arraylist to xml
I haven't done it myself but it looks fairly straightforward in the following article:


I would like to store the generated xml into a sql server database
There are lots of ways of doing this, some examples are:
[ul]
[li]Reading the xml into a dataset/datatable, looping through it and inserting it one row at a time[/li]
[li]Use DTS[/li]
[/ul]

----------------------------------------------------------------------

Need help finding an answer?

Try the search facilty ( or read FAQ222-2244 on how to get better results.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top