Ask a Question related to ASP Components, Design and Development.
-
T McDonald #1
.NET returning ADODB.Connection to ASP
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.
T McDonald Guest
-
ADODB Connection Question
Hi All Just IYHO, which is better: METHOD 1 ========= Creating the ADODB connection obejct at the beginning of an ASP page in an include... -
ADODB.Connection
> Is there an advantage of one of these over the other, other than not having No. However, the advantage isn't just about being oblivious to the... -
ADODB.Connection error '800a0046'
I am receiving the following error: ADODB.Connection error '800a0046' Permission Denied Here is my connection string on my web page: <% Dim... -
ADODB Connection
Could anybody tell me please what the "1,2" refers to in the last line of this code and where I can get a list of the parts to this '.open'... -
The specified module could not be found. (ADODB.Connection)
Hi I am getting the follwoing error message Server object error 'ASP 0177 : 8007007e' Server.CreateObject Failed /BI... -
Jon Paal [MSMD] #2
Re: .NET returning ADODB.Connection to ASP
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
"T McDonald" <TMcDonald@discussions.microsoft.com> wrote in message news:B4983FBF-374B-4355-80DA-2A465FB4BB14@microsoft.com...> 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] Guest



Reply With Quote

