Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Microsoft Access Database
Message
From
13/08/2007 09:51:12
Timothy Bryan
Sharpline Consultants
Conroe, Texas, United States
 
 
To
10/08/2007 13:43:23
General information
Forum:
ASP.NET
Category:
The Mere Mortals .NET Framework
Environment versions
Environment:
ASP.NET
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
Jet/Access Engine
Miscellaneous
Thread ID:
01247008
Message ID:
01247814
Views:
25
Hi Shawn,

sorry for the delay, I was out of town for a couple of days.

Here is the connection string I use once deployed in the web.config.
<add key="SWHT\Connection" value="Provider=Microsoft.Jet.OLEDB.4.0;Data Source=|DataDirectory|\SWHT.mdb"/>
Here is what I use for the local development in app.config of the business object.
<add key="SWHT\Connection" value="Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\DevelopWebs\SouthwestHomesTyler\SouthwestHomesTylerWeb\App_Data\SWHT.mdb" />
>
>I am creating a ASP.NET app and my database file is in the App_Data directory under the root of my web app. i.e. C:\WebApp\App_Data\Combo.mdb
Timothy Bryan
Previous
Reply
Map
View

Click here to load this message in the networking platform