473,385 Members | 1,344 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

ADO.NET vs ADO2.5

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
Jul 21 '05 #1
2 3529
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" <br***********@firstbs.com>
| Sender: "Brian Shearer" <br***********@firstbs.com>
| Subject: ADO.NET vs ADO2.5
| Date: Fri, 26 Sep 2003 04:48:14 -0700
| Lines: 10
| Message-ID: <19****************************@phx.gbl>
| 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
|

Jul 21 '05 #2
THanks Kevin... info is very useful.

regards
-----Original Message-----
Hi Brian,

The ADO 2.5 and ADO 2.7 can reside on one machine. You can upgrade the MDACto 2.7, because the 2.7 library is compatible with the 2.5 library. Todownload MDAC 2.7, please search it on http://download.microsoft.com
Does this answer your question? If anything is unclear, please feel free toreply to the post.

Kevin Yu
=======
"This posting is provided "AS IS" with no warranties, and confers norights."

--------------------
| Content-Class: urn:content-classes:message
| From: "Brian Shearer" <br***********@firstbs.com>
| Sender: "Brian Shearer" <br***********@firstbs.com>
| Subject: ADO.NET vs ADO2.5
| Date: Fri, 26 Sep 2003 04:48:14 -0700
| Lines: 10
| Message-ID: <19****************************@phx.gbl>
| 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
|

.

Jul 21 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: Christopher | last post by:
Hi! I want to write a function or stored procedure such that it will use ADO2.6 or better so I can use the XMLhttpServer. When this function is invoked it will execute a URL and gather the...
1
by: mariantrygg | last post by:
Set qdf = dbs.QueryDefs("qryUpdate_OMNIS_F_ST_Transactions") 'append qdf.Parameters(0) = DMax("STTR_SEQ", "CopyOMNIS_F_ST_Transaction") qdf.Execute dbSeeChanges This gives me an error 3146...
6
by: ItsMe | last post by:
Hi, I want to check whether the record exist or not based on my query, so i'll be using OleDbCommand. What is the best way to check on a huge table ? I used to write like this in VB6.0... ...
2
by: Brian Shearer | last post by:
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...
2
by: Chenna Sudarsan | last post by:
Hello, I am connecting to Oracle9.2 database from VB6.0 using MSDAORA provider. I am using ADO2.5. When I try to access a blob column of oracle I am getting the below mentioned error. ...
3
by: phonl | last post by:
VB.NET 2005 and ADO2.NET After years of VB6 and ADO coding, I'm checking out ADO2.NET. I spent several hours trying to figure out why the line: objDataAdapter.Update(objDataSet, "myTable") ...
2
by: phonl | last post by:
I'm new to ADO2.net. This must be easy, but how would I do get this value in ADO2.net? VB6 ADO: msgbox myRecordset!myField In ADO2.net I have a TableAdapter, DataSet, and BindingSource...
6
by: phonl | last post by:
In ADO2, how would I find the position of "x" in: myDataSet.Tables("myTable").Rows(x).Item("myField") = "NewValue" I want to manipulate some data in the current row in my dataset, but it seems...
7
by: Ross Contino | last post by:
Howdy: I am an experienced VB 6.0 database programmer trying to write first VS 2005 application in VB 2005. I want to create an end user defined query and pass it to the program. Specifically,...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.