MDAC and .NET framework

  • Thread starter Thread starter Alex K
  • Start date Start date
A

Alex K

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.
 
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?
 
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" <[email protected]>
| References: <[email protected]>
<[email protected]>
| 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: <[email protected]>
| 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?
|
| | > 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.
| > >
| > >
| > >.
| > >
|
|
|
 
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: <[email protected]>
<[email protected]>
<[email protected]>
| MIME-Version: 1.0
| Content-Type: text/plain
| Content-Transfer-Encoding: 7bit
| From: (e-mail address removed) (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: <[email protected]>
| 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" <[email protected]>
| | References: <[email protected]>
| <[email protected]>
| | 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: <[email protected]>
| | 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?
| |
| | | | > 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.
| | > >
| | > >
| | > >.
| | > >
| |
| |
| |
|
|
 
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" <[email protected]>
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 said:
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: <[email protected]>
<[email protected]>
<[email protected]>
| MIME-Version: 1.0
| Content-Type: text/plain
| Content-Transfer-Encoding: 7bit
| From: (e-mail address removed) (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: <[email protected]>
| 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" <[email protected]>
| | References: <[email protected]>
| <[email protected]>
| | 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: <[email protected]>
| | 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?
| |
| | | | > 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.
 
Back
Top