Forums
This topic is locked
ConnectionString for Access ODBc in Web.Config
Posted 02 Feb 2006 10:35:28
1
has voted
02 Feb 2006 10:35:28 Nicolas Joly posted:
Hello,I have a OleDb connectionstring in web.config like this
<add key="MM_CONNECTION_STRING_xxx" value="Provider=Microsoft.Jet.OLEDB.4.0;Data Source=c:\data\data.mdb;Persist Security Info=False" />
<add key="MM_CONNECTION_DATABASETYPE_xxx" value="OleDb" />
and need to translate in a ConnectionString for Access ODBC with this params :
dsn : dsnxxx, userid : test, paswword : wazaa
Do you have an example for me ?
Thanx, Hailwood !