How To Create Dynamic Dataset with XML Schema

B

Bernie Hunt

Can anyone point me to a resourse that shows how to create a Dataset in
code or in VS that is not connected to any data source. I also need to
create an XML file of the schema of the DataSet so that I can pass it to a
Crystal Report.

The application is pulling data from a couple of different sources,
manipulating it and putting it in a whole new format to be printed on a
report. In older ADO I would create a disconnected recordset on the fly and
manually crate a ddf file to hand to Crystal.

Sorry for such a basic question, but I'm trying to update to the new
ADO.net ways.

Bernie
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top