hello frds,
I have write table in xml file and want to execute query from xml direclty.
how I perform.
My way is ---
first I write two table "ftable" and "stable" in xml as "ftable.xml" and "stable.xml"
then create query as " Select id,name from ftable UNION Select sid, sname from stable"
and save it in a doc file.
So Now I want to execute query through dataadapter and hold result in dataset from xml files.
Provide help. If possible with code
Thanks in advance........

Recommended Answers

All 3 Replies

What do you have so far?

As you will have read from the stickies you should be at least coming in with some sign of having a go first - take a read from other posts, google a bit, if nothing else get to a point where you've read your xml in as a usable form.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.