ADO.NET vs ADO2.5

  • Thread starter Thread starter Brian Shearer
  • Start date Start date
B

Brian Shearer

Hi, can anyone assist...

We have developed an application in .NET using ADO2.7 and
have discovered that the production platform only has
ADO2.5. We are connecting to SQL2000. Can anyone advise
if ADO2.5 and 2.7 can reside on the one machine?.. how
can we restrict access to ADO2.7 so that only our new app
uses it and the rest use ADO2.5???

Many thanks
 
Hi Brian,

The ADO 2.5 and ADO 2.7 can reside on one machine. You can upgrade the MDAC
to 2.7, because the 2.7 library is compatible with the 2.5 library. To
download MDAC 2.7, please search it on http://download.microsoft.com

Does this answer your question? 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."

--------------------
| Content-Class: urn:content-classes:message
| From: "Brian Shearer" <[email protected]>
| Sender: "Brian Shearer" <[email protected]>
| Subject: ADO.NET vs ADO2.5
| Date: Fri, 26 Sep 2003 04:48:14 -0700
| Lines: 10
| Message-ID: <[email protected]>
| MIME-Version: 1.0
| Content-Type: text/plain;
| charset="iso-8859-1"
| Content-Transfer-Encoding: 7bit
| X-Newsreader: Microsoft CDO for Windows 2000
| X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4910.0300
| Thread-Index: AcOEJBHRjNcG/Rt+Q863OCjSPsNICg==
| Newsgroups: microsoft.public.dotnet.general
| Path: cpmsftngxa06.phx.gbl
| Xref: cpmsftngxa06.phx.gbl microsoft.public.dotnet.general:110004
| NNTP-Posting-Host: TK2MSFTNGXA11 10.40.1.163
| X-Tomcat-NG: microsoft.public.dotnet.general
|
| Hi, can anyone assist...
|
| We have developed an application in .NET using ADO2.7 and
| have discovered that the production platform only has
| ADO2.5. We are connecting to SQL2000. Can anyone advise
| if ADO2.5 and 2.7 can reside on the one machine?.. how
| can we restrict access to ADO2.7 so that only our new app
| uses it and the rest use ADO2.5???
|
| Many thanks
|
 
Back
Top