I am writing a program using Microsoft Visual Basic.NET 2008 Express edition to connect to either a Microsoft Access 2010 database (*.accdb file) or a Microsoft Access 2003 database (*.mdb file) (preferably the 2010 version, but it does not matter).

When adding the database via the Data Source Configuration Wizard, I WAS getting the normal browse screen (similar to THIS image) after selecting Microsoft Access as the database file.

Now, after select the Microsoft Access as the type of database file, I get THIS window.

I tried the standard security connection string found HERE (modifying the file location of course)

When I click OK (it does not matter if the connection string (or anything for that matter) is inputed) I always get the following message "Format of the initialization string does not conform to specification starting at index 0."

Also, whenever I click Test Connection (again it does not matter what in the connection string input) I get a message saying "Test connection succeeded."

Can someone help me out?

Thank you,

CampSoup1988