XMLReader vs Multi tables

  • Thread starter Thread starter Sylvain Audet
  • Start date Start date
S

Sylvain Audet

Hi,
Does XMLReader supports multi tables returned from a SQL Server Stored
Procedure?

Ex:

Begin

Select 1 ..
FOR XML AUTO
Select 2...
FOR XML AUTO
Select 3...
FOR XML AUTO

End

Thanks for your help,
 
Thanks for your reply David,
How can I retrieve a particular table then? Right now, I am able to
retrieve the XML stream but I am only able to navigate one record (node) at
a time just like if it was ONE table alone, and it seems to me that there
are no way to navigate through the tables directly.
 

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