Something along the lines of:
cn.ConnectionString = "Provider=Microsoft.ACE.OLEDB.12.0;Data Source=stuff.accdb;Persist Security Info=False"

This is for a school project. I'm trying to access a database called stuff.accdb from my VB project.
The problem is, stuff.accdb is a 2007 Microsoft Access file, and on the school computers, there is only Microsoft Access 2003. Can visual basic still obtain information from this file regardless?
(same version of VB 6)

This is due after the break, and so i cannot access the school computers.
Please give some insight! thanks