I have created a small application that connects to an Access database (a .mdb file). Do other users who want to use my application also need to set up Microsoft Access? If this is the case, then what are the methods of obtaining this requirement by installing this user with some free package?
I have searched for it for some time and do not feel like receiving any answer Any help is greatly appreciated.
Nobody gives a clear answer to your question. If you are using MDB format, you do not need to distribute access, because Jet 4 is installed on all copies of windows that start with Windows 2000.
However, if you are compiling for some, in addition to 32-bit, you will have problems, in this case you will need to download the 64-bit version of Jet / AC which is accessible to Access 2010 64 - Built for bits and include it with your app.
Comments
Post a Comment