XML problem

  • Thread starter Thread starter Jason Huang
  • Start date Start date
J

Jason Huang

Hi,

The data MyTable in SQL Server is:
123456789
And the XML in my C# Windows Form project is also:
123456789
However, if I request the data after '9' using SqlClient , it will raise
error, this is correct.
But if I use the ReadXML method requesting data after 9, it will start over
from '1', this is wrong and not what I want.
Would some tell me how to solve this problem>
Thanks for help.


Jason
 
Hi,
The data MyTable in SQL Server is:
123456789
And the XML in my C# Windows Form project is also:
123456789
However, if I request the data after '9' using SqlClient , it will raise
error, this is correct.
But if I use the ReadXML method requesting data after 9, it will start over
from '1', this is wrong and not what I want.
Would some tell me how to solve this problem>
Thanks for help.


Jason

How are you "requesting that data"?

Hans Kesting
 

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