Import Access Table into Data Set Using XML

JesseH

Active member
Joined
Feb 9, 2006
Messages
42
Location
Sugar Land, TX
Programming Experience
10+
I have exported a table definition(schema) from MS Access. I would like to import it into a VB.Net Dataset. I have tried just copying that schema but I get errors. Is there a "import" schema function available or a procedure that I can use?

Thanks
 
Yes, there is the DataSet.ReadXmlSchema and .InferXmlSchema methods.
 
Back
Top