blah blah blah is here! blah blah » Close

0
votes
0 answers

reading XML data into SQL server 2005 with datasets of C#'s ADO .net

hello debuggers, my scenario is i have an XML with a root tag and child tags in it and still those childs also have sub tags/child tags in them(please see the XML below).i need all these to be available in my SQL Server 2005.i am able t ...

0
votes
1 answers

Reading text files

Hi, Can anyone help me? i have a text file that has this: Company name Date Address some data here how do i read only the company name when the 1st line is space delimited ...

1
votes
1 answers

Question about XML

AK01
15

Hi! I want to ask a question about reading attributes from XML-files. Here is a file: [code]<?xml version="1.0" encoding="utf-8" ?> <Settings> <Folders> <Folder name ="one">C ...

Feedback