I've recently made another question about connecting to MS-ACCESS database with .NET in C# or VB.NET. It worked just as intended with MDB, but with accdb it caused an exception in
conn.Open();
which follows:
alt text http://dl.dropbox.com/u/3045472/accdb_fail.png
Is there another way to do this? My original intention (like stated in the original question) is gathering some (actually, a lot of) fields.