PC Review


Reply
Thread Tools Rate Thread

ADO.Net DataSet to ADO Recordset

 
 
=?Utf-8?B?R2FuZXNo?=
Guest
Posts: n/a
 
      29th Mar 2005
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?
 
Reply With Quote
 
 
 
 
Robbe Morris [C# MVP]
Guest
Posts: n/a
 
      30th Mar 2005
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.

--
2005 Microsoft MVP C#
Robbe Morris
http://www.robbemorris.com
http://www.learncsharp.net/home/listings.aspx



"Ganesh" <(E-Mail Removed)> wrote in message
news7561ED8-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?



 
Reply With Quote
 
Val Mazur \(MVP\)
Guest
Posts: n/a
 
      30th Mar 2005
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
news7561ED8-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?



 
Reply With Quote
 
Cor Ligthert
Guest
Posts: n/a
 
      30th Mar 2005
Ganesh,

Just set an X after your ASP pages and extend them with code as you can see
in samples here.

(Assuming that you have installed dotNet on your webserver)

http://samples.gotdotnet.com/quickstart/

I hope this helps a little bit?

Cor


 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Converting Dataset to Recordset =?Utf-8?B?TWFyYXRob25lcg==?= Microsoft C# .NET 2 3rd Dec 2004 01:59 PM
dataset to recordset Alex Lopes via .NET 247 Microsoft ADO .NET 1 22nd Sep 2004 12:29 PM
ADO.NET DataSet to ADO RecordSet =?Utf-8?B?U3JlZWthbnRoIERvcHBhbGFwdWRp?= Microsoft ADO .NET 2 6th Jul 2004 06:43 AM
convert recordset to dataset Thaddeus Microsoft C# .NET 0 17th Dec 2003 10:30 PM
Is a DataSet a RecordSet or a DB? Daryll Shatz Microsoft ADO .NET 7 8th Dec 2003 08:36 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 05:32 AM.