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
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