I created a program that sends info to an Access database. The connection string is:
conn.ConnectionString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=R:\CAD\SUPPORT\RD_CAD_LOG.mdb;User Id=admin;Password=;"

This works fine for my system running Windows XP and Office 2003. However, I recently loaded my system on a 64 bit system running Windows 7 and office 2010.

When I run the program, I get an unhandled exception: "The Microsoft.jet.OLEDB.4.0 provider is not registered on this machine."

Is there a Jet 4.0 that will work with the above mentioned system?

Thank you
btmcad