Adding a dataset

  • Thread starter Thread starter BobAchgill
  • Start date Start date
B

BobAchgill

OK.

I drag a Dataset over from the Toolbox and drop on the
form...

How do I get that dataset connected to my XML file?

I know how to do this programmatically but how to do it
in the form designer?

Thanks!

Bob
 
Bob,

What you ask I cannot,

What I do is creating a new item "dataset" in the solution explorer.
Read the XML file in a wordpath.
Set the dataset in the IDE in html view
Clear the contents of that dataset is see.
Copy the XML file from wordpath
Paste in the dataset in HTML view
Try to see it in a data view (and than it can be it is no dataset)
click right and try to generate a dataset.

Cor
 

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

Back
Top