vote up 1 vote down star

I'm in a college class using the Microsoft visual studio 2008 for visual basic and i have a project where i'm supposed to connect a database but it can't recognize the database file as a database. I followed the book exactly so i don't know what the problem is.

flag
what error did you get while connecting? – Gulzar Apr 28 at 17:56
You should give us more details. – fbinder Apr 28 at 17:57
What error did you get? Also can you provide what code your using to connect? – Josh Apr 28 at 17:57
unrecognized database format (location of my database file) – Stephen Apr 28 at 17:59
i went to tools, connect to database and browsed for the database file, its a school project so the program is already made as is the database file – Stephen Apr 28 at 18:00
show 2 more comments

3 Answers

vote up 0 vote down

Maybe you are a visual person: MSDN How Do I Video Series This helped me out when building in an Access database to a project. TableAdapters is what I did not know how to implement and after this tutorial, I was doing great.

link|flag
vote up 1 vote down

Check out http://connectionstrings.com/access-2007

this site will tell you what connection string you need to connect to Access 2007. Make sure your connection string is OK. Also try using the server explorer in Visual Studio to connect to the file; just add a new connection pointing to the Access file and click the "Test Connection" button and you should be good to go. Hope that helps.

link|flag
vote up 1 vote down

You may need to install the Office 2007 Data Connectivity Components.

(See also: this MSDN forum post)

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.