connect to Access 2007
"Tom Ogilvy" wrote:
try using
Provider=Microsoft.Jet.OLEDB.12.0
Also check the name of your access file extension. MDB might be something
like ACDB
This connection string worked for me:
"Provider=Microsoft.ACE.OLEDB.12.0;Data Source=C:\myDatabase.accdb;"
Hope this helps.
--
urkec
|