Copy Schema From Access?

Jman82

Member
Joined
May 2, 2006
Messages
5
Programming Experience
3-5
Any Ideas on copying all the schema from an access DB into a dataSet without using the wizard.

Specifically, I need the relationships, Primary Keys, Table Schema, and table Data.

I say the DataSet.readXMLSchema and .writeXMLSchema would this be how i would do this? If yes how do i get the XML schema from access?

Thank You
 
you mean you want to do this repeatedly in code rather than once during design time? why?
 
Back
Top