Click here to Skip to main content
15,891,423 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am using C# in VS2008 with Crystal reports.

I can connect to Access 2003 format databases. However, I need to connect to Access 2007/2010 databases.

Can I do this with VS2008? I would appreciate help please.
Posted

Check out Connection strings for Access 2007[^] for connection strings that should help you connect to the database.
 
Share this answer
 
Comments
Japie Nolte 12-Mar-12 2:22am    
Thanx, I did this already inside C# to connect to the 2007 db. But, using Crystal reports, how to link the report to other than *.mdb files? It says 'unrecognidsed format' in Crystal.
Check the extension of ur database file.
If it is *.accdb then change it to * .mdb
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900