How to get the data access component separating from office2000?

L

LeeTow

Hi:
I write a program using vc,and it must link a database of access2000
using ODBC.
I install the program to a PC without vc and office2000,and it doesn't run.
I only install the data access component of office2000,and then it can run.
I want to know how to get the data access component separating from
office2000?
(Someone tell me to download MDAC2.7,I download and set up,but my program
still
cannot run.But even if the MDAC2.7 can support my program,I have a question:
because the MDAC2.7 file's extension is exe,my program must make a setup
program,
so in the setup program cann't run the MDAC2.7 first)thanks.
 
V

Van T. Dinh

The more up-to-date version is MDAC 2.8. You may also
need to install JET 4 SP8.

Whether your VC program uses the correct version of these
depends on how you set Libraries / References in your VC
program.

BTW, your VC prgram got nothing to do with Microsoft
Access except for the fact that you use a JET MDB file to
store data.

Suggest you re-post in the VC newsgroups where you are
more likely to get answers more relevant to VC and JET.

HTH
Van T. Dinh
MVP (Access)


-----Original Message-----
Hi:
I write a program using vc,and it must link a database of access2000
using ODBC.
I install the program to a PC without vc and office2000,and it doesn't run.
I only install the data access component of
office2000,and then it can run.
 

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