Microsoft
Software
Hardware
Network
Question : Microsoft Access 2007 Connection String
I'm trying to connect to a Microsoft Access 2007 database from a Microsoft ASP.NET 3.5 Web Application. The following connection string does not work. Why? How do I make this work?
Code Snippet:
1: 2: 3:
Open in New Window
Select All
Answer : Microsoft Access 2007 Connection String
try this format
Provider=Microsoft.ACE.OLE
DB.12.0;Da
ta Source=|DataDirectory|\myA
ccess2007f
ile.accdb;
Persist Security Info=False;
you are missing \
see this link
http://www.connectionstrin
gs.com/acc
ess-2007
1: 2: 3:
Open in New Window
Select All
Random Solutions
How to display full path in SHBrowseForFolder edit box when BIF_EDITBOX is set?
How to check a folder if file count has increased and identify file(s) by filename that increased the count
How To Disable CTRL-COMMA Shortcut ?
Setting up ASPX application on IIS - Could not load file or assembly
How to convert this VB.NET code to VC# code?
Pivot on two columns
How will adding a VBA reference to ADO 2.8 affect my database?
Changing Default Calendar in Outlook 2007
Macro to carry formulas down a sheet
.NET: Entity Framework, Views and Stored Procedures