Could someone tell me if I were to return a ADODB.Connection from a .NET dll
to ASP, should I be able to use that connection?
My .net dll determines a connection based on a number of parameters and then
returns that string to the ASP application to fill a recordset and display
various data. At this time I can't convert the ASP application to .NEt so I'm
trying to find something that will allow me to get the data from the SQL
database using the connection from the dll.
Thanks for any insight.
Jon Paal [MSMD] - 18 Mar 2008 21:08 GMT
you'll have to pass thestring to a place which is accessible to both .net and classic asp
you could write a small windows script component wsc to do just that task of sharing the info.
The wsc would be the common environment
> Could someone tell me if I were to return a ADODB.Connection from a .NET dll
> to ASP, should I be able to use that connection?
[quoted text clipped - 6 lines]
>
> Thanks for any insight.