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
sql query using count
tool to compare 2 Folders
Overlapping labels - Highlight
SCCM Application to delete old Computers from SCCM Database & Active Directory?
Question regarding ms aCCESS FORMS
Raising Domain Functional Level from Windows 2000 to 2003
Need help with combobox not selecting the correct record
Strange occurance ADP/SQL2005 Subform Checkboxes autocheck when create new record
Tables with fixed number of rows
Insert ArrayList into SQL Database