Hi,
There are several ways to handle it
1. You could try to convert DataSet into ADO Recordset. See next KB with an
example how to do this
http://support.microsoft.com/default...b;en-us;316337
2. You could create .NET component that will use DataSet inside, but will be
exposed as a COM and you could use it from ASP
--
Val Mazur
Microsoft MVP
http://xport.mvps.org
"Ganesh" <(E-Mail Removed)> wrote in message
news

7561ED8-F2DC-441A-BF5C-(E-Mail Removed)...
>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?