Program that Connects to Access, machines do not have Access installed

  • Thread starter Thread starter chuckd777
  • Start date Start date
C

chuckd777

I have an executable that I plan on deploying to several other
machines.
That executable establishes an ADODB connection with Access
Some of these pc's do not have Mircosoft Access, will registering a few

dll's and active x controls allow these PCs to use the program, or do
the PCs
need a version of Access installed?


thanks much
 
chuckd777 said:
I have an executable that I plan on deploying to several other
machines.
That executable establishes an ADODB connection with Access
Some of these pc's do not have Mircosoft Access, will registering a
few

dll's and active x controls allow these PCs to use the program, or
do the PCs
need a version of Access installed?


If you intend to access a *.mdb file, you don't need Access installed on the
client machine. The component needed is the "MSFT Jet Engine" which is used
by Access and can be used by your application to access the database file.

See also:
http://support.microsoft.com/kb/239114

But why use ADODB instead of ADO.Net?


Armin
 

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

Back
Top