Data Objects 2.7

D

Damon

I'm trying to replicate our sales database onto a
Computer with WinME and Access2000.

I keep getting "Reference or Object not Found" error
messages in VBA. The target computer has only ActiveX
Data Objects 2.5 and no higher.

Obviously, the problem is quickly resolved by downgrading
the References on the design master to version 2.5,
matching the target computer. I can't figure out
how/where to upgrade the target computer to match the
design master's 2.7 listing. I don't even know if this
is a good idea or not...

Any suggestions appreciated,
Damon
 
N

Norman Yuan

WinME/98 comes with MDAC_2.5 (Microsoft Data Access Component), while the
lateset is MDAC2.8. Soon or later, the machine with only MDAC2.5 would get
updated to MDAC2.6/2.7/2.8 if you install some database applications
developed by someone laterly. In your example, you could have update MDAC2.5
on older machine to newer MDAC, instead of downgrading reference on your
developing machine to older MDAC. If you don't update it now, you may have
do it when you are to run some application that requires it. For example, if
you are to run a app developed in .NET, you need at least MDAC2.6 (and
MDAC2.7 or later is strongly recommended for .NET thing).
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top