Re: MDAC and .NET framework by Aleksey
Aleksey
Mon Nov 03 23:35:34 CST 2003
Kevin,
There were no issue. The original author of this thread asked if MDAC was
required for .NET and I just wanted to clarify that there might be
dependencies. You confirmed the dependencies.
I wish you could answer this question posted by me in this group: (I am
afraid the answer is Whidbey)
From: "Aleksey Dmitriyev" <alekseyd@nevawind.com>
Newsgroups: microsoft.public.dotnet.framework.adonet
Sent: Tuesday, October 21, 2003 4:06 PM
Subject: Reducing roundtrips by uisng arrays of parameters/rows
Does ADO.NET provide a way to operate by arrays of rows and parameters
similar to ODBC multi-row fetch or multi-parameter binding? The Dataset is
not the same because it has a considerable overhead and probably does NOT
save roundtrips. I know Oracle Data Provider (ODP.NET) has a mechanism that
I need. What about OracleClient or SqlClient?
Thanks,
A.D.
"Kevin Yu [MSFT]" <v-kevy@online.microsoft.com> wrote in message
news:FzOUWOrnDHA.2828@cpmsftngxa06.phx.gbl...
> Hi Aleksey,
>
> I'd like to know if this issue has been resolved. Is there anything that I
> can help on this? I'm still monitoring on it.
>
> Kevin Yu
> =======
> "This posting is provided "AS IS" with no warranties, and confers no
> rights."
>
> --------------------
> | X-Tomcat-ID: 72864697
> | References: <uamqaBVnDHA.2232@TK2MSFTNGP09.phx.gbl>
> <0f2801c39d66$12efb430$a301280a@phx.gbl>
> <uMIWB4WnDHA.1764@tk2msftngp13.phx.gbl>
> | MIME-Version: 1.0
> | Content-Type: text/plain
> | Content-Transfer-Encoding: 7bit
> | From: v-kevy@online.microsoft.com (Kevin Yu [MSFT])
> | Organization: Microsoft
> | Date: Wed, 29 Oct 2003 02:22:09 GMT
> | Subject: Re: MDAC and .NET framework
> | X-Tomcat-NG: microsoft.public.dotnet.framework.adonet
> | Message-ID: <0izK1NcnDHA.2148@cpmsftngxa06.phx.gbl>
> | Newsgroups: microsoft.public.dotnet.framework.adonet
> | Lines: 54
> | Path: cpmsftngxa06.phx.gbl
> | Xref: cpmsftngxa06.phx.gbl
microsoft.public.dotnet.framework.adonet:64786
> | NNTP-Posting-Host: TOMCATIMPORT1 10.201.218.122
> |
> | Hi Aleksey,
> |
> | MDAC is required for OracleClient, because the Oracle data provider will
> | use libraries in MDAC. The .NET Framework Data Providers (SqlClient,
> OleDb)
> | require MDAC 2.6 as a minimum. However MDAC might be installed on your
> | computer when using Windows Update. So if you installed the latest
update
> | of windows, you needn't install MDAC again.
> |
> | If anything is unclear, please feel free to reply to the post.
> |
> | Kevin Yu
> | =======
> | "This posting is provided "AS IS" with no warranties, and confers no
> | rights."
> |
> | --------------------
> | | From: "Aleksey Dmitriyev" <alekseyd@nevawind.com>
> | | References: <uamqaBVnDHA.2232@TK2MSFTNGP09.phx.gbl>
> | <0f2801c39d66$12efb430$a301280a@phx.gbl>
> | | Subject: Re: MDAC and .NET framework
> | | Date: Tue, 28 Oct 2003 09:09:54 -0700
> | | Lines: 30
> | | X-Priority: 3
> | | X-MSMail-Priority: Normal
> | | X-Newsreader: Microsoft Outlook Express 6.00.2800.1158
> | | X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165
> | | Message-ID: <uMIWB4WnDHA.1764@tk2msftngp13.phx.gbl>
> | | Newsgroups: microsoft.public.dotnet.framework.adonet
> | | NNTP-Posting-Host: gw.jda.com 12.10.216.130
> | | Path: cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!tk2msftngp13.phx.gbl
> | | Xref: cpmsftngxa06.phx.gbl
> microsoft.public.dotnet.framework.adonet:64750
> | | X-Tomcat-NG: microsoft.public.dotnet.framework.adonet
> | |
> | | The OracleClient (managed provider) that installed in addition to .Net
> 1.0
> | | requires MDAC. How about OracleClient that comes with .NET 1.1, does
it
> | | still need MDAC?
> | |
> | | "Ravikanth[MVP]" <anonymous@discussions.microsoft.com> wrote in
message
> | | news:0f2801c39d66$12efb430$a301280a@phx.gbl...
> | | > Hi
> | | >
> | | > No need to install.
> | | >
> | | > HTH
> | | > Ravikanth[MVP]
> | | >
> | | > >-----Original Message-----
> | | > >Hello all. I have a set up question. Here it is:
> | | > >I wrote ASP.NET application that uses ADO.NET
> | | > (everything is managed code).
> | | > >Now I am going to deploy this app to my web server. I
> | | > installed .NET
> | | > >Framework 1.1
> | | > >Question: Do I need to install MDAC2.7 on my web server
> | | > for ADO.NET to work?
> | | > >
> | | > >Thanks.