I created a database using Access 2007.
I am now trying to connect to that DB using
VB.Net 2003 code (Visual Basic).
I cannot connect to the database.
I think it has something to do with the fact that Access 2007 database
files end with the extension .accdb instead of .mdb.
The code that I used to creat a connect to open a similar DB using an older version of Access(Access 2000?) does'nt work (after changing the .mdb file extension to .accdb in the path to the DB).
I can't figure it out. Can anyone please help?
thanks
JohnBoy