views:

29

answers:

3

I have a windows form application that uses microsoft access for the database on the backend.

When I run that application I get an error that says access is not installed on the computer. I thought that if I included the reference that it will be included with what I release so the user would not have to have access installed.

How do I include the Access Runtime to be distributed/installed when my application is installed?

+2  A: 

Have you tried downloading the latest MDAC release, if your application is only connecting to an Access DataStore, the local machine requires the drivers to make the connection.

RandomNoob
Are you under the impression that the lasted MDAC installs the Access Runtime? If not, what are you intending to suggest the most recent MDAC would address?
David-W-Fenton
A: 

I am going to use the MS Access Runtime or direct the user to download a trial version of MS Office.

MS Access Runtime 2007

I tried it out and the app works. If their is a better option I would like to know.

JPJedi
A: 

Microsoft provides instructions for how to deploy an Access Runtime Application. Is there something about those that doesn't fit your scenario?

David-W-Fenton