find an Connection String for Access 2010 or 14.0

Philosophaie

New member
Local time
Today, 13:27
Joined
Jul 3, 2013
Messages
3
I am trying to find an Connection String.

I am working in Access 2010 or 14.0 and ASP.net 4.0

Here is my connectionstring:

<
addname="oneaccess"
connectionString="Provider=Microsoft.ACE.OLEDB.12.0;Data Source=C:\folders\loginMDB\loginMDB\App_Data\loginAccess.mdb;Persist Security Info=False;User Instance=true;" />

 
Last edited:
You haven't asked a question. You say you are trying to find a connection string, but you've posted one.
 
for a connected table, this will give the connection.

?currentdb.tabledefs("sometable").connect

that may help
 

Users who are viewing this thread

Back
Top Bottom