Re: Which ADO version to reference?
- From: "Richard Mueller" <rlmueller-NOSPAM@xxxxxxxxxxxxxxxxxxxx>
- Date: Wed, 15 Mar 2006 17:09:02 -0600
Hi,
I agree, but would add:
If I code an app with a setup program, the setup will deploy whatever I
reference, so I reference the latest version available to me. If I code
something that will not have a setup (like a script), then I use the oldest
version that my program can use, so it can be used on the most clients.
If you just copy the exe to another client, then you need to reference a
version that will be available on all the clients you expect to use the exe.
--
Richard
Microsoft MVP Scripting and ADSI
Hilltop Lab - http://www.rlmueller.net
"Dave Patrick" <DSPatrick@xxxxxxxxxxxxxxxx> wrote in message
news:OVsMOEISGHA.5108@xxxxxxxxxxxxxxxxxxxxxxx
Choose the highest that your clients will support. IIRC Windows 2000 gold
was ver 2.5
http://msdn.microsoft.com/data/mdac/techinfo/default.aspx?pull=/library/en-us/dnmdac/html/data_mdacroadmap.asp
--
Regards,
Dave Patrick ....Please no email replies - reply in newsgroup.
Microsoft Certified Professional
Microsoft MVP [Windows]
http://www.microsoft.com/protect
"WB" wrote:
|I have a VB6 app that was developed on an XP system, and it works fine.
| However when I try to run it on Windows 2000, I was unable to connect to
our
| database.
|
| I installed VB6 on the Windows 2000 system and discovered that the ADO
| references for "Microsoft ActiveX Data Objects 2.8 Library"and
"Microsoft
| ActiveX Data Objects Recordset 2.7 Library" show up as MISSING. This
makes
| sense, of course, since Windows 2000 is older.
|
| My question is: Should I reference an older version of ADO (2.1 is
supported
| on Windows 2000) and hope that this older version will continue to work
on
| other operating systems (my app also needs to run on XP 64-bit, Vista
32-bit,
| and Vista 64-bit)? Should I somehow upgrade the ADO DLL & TLB when
running
on
| Windows 2000?
|
| Also, I have no idea if I need both the "Microsoft ActiveX Data Objects
2.8
| Library"and "Microsoft ActiveX Data Objects Recordset 2.7 Library"
| references. I just removed the "..Recordset 2.7 Library" reference and I
can
| still connect and read from the database, so it looks like I only need
the
| one reference.
|
| Thanks,
| --
| Bill Baker
.
- Follow-Ups:
- Re: Which ADO version to reference?
- From: Dave Patrick
- Re: Which ADO version to reference?
- References:
- Re: Which ADO version to reference?
- From: Dave Patrick
- Re: Which ADO version to reference?
- Prev by Date: Re: Which ADO version to reference?
- Next by Date: Re: Which ADO version to reference?
- Previous by thread: Re: Which ADO version to reference?
- Next by thread: Re: Which ADO version to reference?
- Index(es):
Relevant Pages
|
|