Typed Dataset as description of XML database?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have read how one can define tables, indices, relations etc. in .Net code
in a way that allows you to run a off-line XML based ADO.NET, which is
excactly what I need.

I have also read about Typed Dataset and how this definition is stored in
an XSD file.

I was wondering if these two technologies can be used together or put in
other words: Can I use the GUI tools in VS.Net to define the layout of my
tables in order to design my off-line XML database?

Thank you in advance. All inputs on the issue is welcome.

Best regards,
Soeren
 
Hi,

Just start with selecting a new item DataSet in your project explorere by
righclicking on the project and do than what is written.

I hope this helps,

Cor
 
Back
Top