I use a connectionstring like "Provider=Microsoft.Jet.OLEDB.4.0;..." to open a .mdb database. Moving to a 64bit computer this does not work anymore since there is no 64 bit implementation.
My understanding is that it is done this way because Jet is deprecated. There is one workaround in which you compile your application to run as 32bit only.
What are we supposed to move to?
Is there a new provider that works in both 32 and 64 bit?