Re: MDAC Converting Dataset to XML



Stewart (Oraculum) wrote:
I have a strange problem that only occurs against MDAC 2.8 where the
library set is at 2.82.1830 (previous 2.80.1064 and 2.81.1128 all
work fine).

The application is a 3-tier one that has been in production for a few
years, the issue occurs after the dataset

I presume you mean "recordset" .. ? ADO has no "dataset" object.

has been returned to the
middle tier at the point the dataset is converted to XML to be sent
to the client application.

The call to save the dataset to a stream works fine when doing via the
PersistADTG but no longer when doing PersistXML.


And what is the failure mode? Error message? No result? Incorrect
result?

Show us how to reproduce the symptom.

--
Microsoft MVP -- ASP/ASP.NET
Please reply to the newsgroup. The email account listed in my From
header is my spam trap, so I don't check it very often. You will get a
quicker response by posting to the newsgroup.


.



Relevant Pages