Re: XML to ADO Recordset and Back again
- From: "Barry Seymour" <bseymour@xxxxxxxxxxx>
- Date: Mon, 28 Apr 2008 16:02:15 -0700
Sorry, didn't help. I still get only one row.
More details:
1. I fetch an ADO recordset
2. I save it to global XML document. It has the MS Schema info, which I need
to allow for so I can do xpath queries. Hence the two calls to .SetProperty
to set SelectionLanguage and SelectionNameSpaces.
3. When I want to sort I convert it back to ADO - that's when I get the
single record.
"Bob Barrows [MVP]" <reb01501@xxxxxxxxxxxxxxx> wrote in message
news:e5tlhIYqIHA.1952@xxxxxxxxxxxxxxxxxxxxxxx
Well, it may help, but I just looked at your code and you are setting xml
properties that should already be set in your xml file. Try removing those
lines and simply open your recordset on the xml document, which I assume was
the result of using the recordset.save method ...
Barry Seymour wrote:
Yes. I have XML spy and I can confirm the XML has all records.
Can/should I post the XML here?
"Bob Barrows [MVP]" <reb01501@xxxxxxxxxxxxxxx> wrote in message
news:%23xTLNgXqIHA.4928@xxxxxxxxxxxxxxxxxxxxxxx
Can you look at the xml and confirm it contains all the records?
--
Microsoft MVP - ASP/ASP.NET
Please reply to the newsgroup. This email account is my spam trap so I
don't check it very often. If you must reply off-line, then remove the
"NO SPAM"
.
- Follow-Ups:
- Re: XML to ADO Recordset and Back again
- From: Bob Barrows [MVP]
- Re: XML to ADO Recordset and Back again
- References:
- XML to ADO Recordset and Back again
- From: Barry Seymour
- Re: XML to ADO Recordset and Back again
- From: Bob Barrows [MVP]
- Re: XML to ADO Recordset and Back again
- From: Barry Seymour
- Re: XML to ADO Recordset and Back again
- From: Bob Barrows [MVP]
- XML to ADO Recordset and Back again
- Prev by Date: Re: XML to ADO Recordset and Back again
- Next by Date: Re: XML to ADO Recordset and Back again
- Previous by thread: Re: XML to ADO Recordset and Back again
- Next by thread: Re: XML to ADO Recordset and Back again
- Index(es):
Relevant Pages
|
|