ADO.Net DataSet to ADO Recordset

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have two applications, one on ASP.Net and the other on ASP (both have
different explicit databases). It so happens that the ASP application now
wants to use the dataset created in ASP.Net for further information
processing.
How do i make this happen?
 
You don't. The ADODB recordset requires its xml to
be specially formatted in a way that the ADO.NET DataSet
just can't generate.

It would be easier to implement the xml document in
classic ASP rather than work with ADO.
 

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