Hello! Guys!
I have one Properties.xml file which I am referening in my SQLMap.config file, here is my Properties XML File file:
<?xml version="1.0" encoding="utf-8" ?>
<settings>
<add key="provider" value="OleDb1.1" />
<!--add key="connectionString" value="Server=(local);user id=sa;pwd=mom; database=Northwind" /-->
<add key="connectionString"
value="Provider=Microsoft.Jet.OLEDB.4.0; Data Source =
C:\Database\Northwind.mdb; "/>
</settings>
any idea how to put the Data Source = \WebSite\Northwind.mdb
--
Mudassir
San Jose,CA
--------------------------------------------------------------------------------------------------------------------------
Hope is a good thing, maybe the best of things, and no good thing ever dies.
- The Shawshank Redemption (Movie)
- Re: Connection String in XML File? Mohammed Mudassir
- Re: Connection String in XML File? Gilles Bayon