Need your help and opinion - VB - XSD Question

CodingNewB

New member
Joined
Feb 8, 2008
Messages
3
Programming Experience
Beginner
Good Morning everyone.

I am new to VB.net. This is what I am trying to do. My client has stored their data in SQL server. I am supposed to read the data from SQL server and create XML file which conforms to the XSD given by the client.

I need your help and pointers in completing this task. So please help me out here. I have downloaded VS Studio 2008 so I have latest version.

I truly appreciate your input and Help.

S
 
First DataTable/DataSet.ReadXmlSchema Method, then fill data, then DataTable/DataSet.WriteXml Method.
 
Oof.. this would be a nuisance, even for me.. I'd look at seeing if SQLServer can give you that info directly in XML format, already formatted
 
Back
Top