Redistributable Files For Databases

G

Guest

I am using an Access 2000 database in a VB 2003 .NET app and am unsure which
redistributable I need to send with my app so that it will be able to work
with this database format. In my conenction string, I am using the following
provider: Provider=Microsoft.Jet.OLEDB.4.0;

Do I need a specific version of MDAC, or MDAC 2.6 with Jet 4.0, or can I use
the latest MDAC only? Any info on what I need to send in an installation
with my app to work with this database and connection type would be greatly
appreciated.
 
K

Ken Tucker [MVP]

Hi,

I would include the mdac merge module in the installer. The main
thing to worry about in the connection string is the path to the database.

http://support.microsoft.com/default.aspx?scid=kb;en-us;320788

Ken
-----------------
I am using an Access 2000 database in a VB 2003 .NET app and am unsure which
redistributable I need to send with my app so that it will be able to work
with this database format. In my conenction string, I am using the
following
provider: Provider=Microsoft.Jet.OLEDB.4.0;

Do I need a specific version of MDAC, or MDAC 2.6 with Jet 4.0, or can I use
the latest MDAC only? Any info on what I need to send in an installation
with my app to work with this database and connection type would be greatly
appreciated.
 

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