Re: Deployment Project Question
From: GG (bgbills_at_yahoo.com)
Date: 03/29/04
- Next message: CJ Taylor: "Re: CType question"
- Previous message: CJ Taylor: "Re: How To Browsing network information"
- In reply to: Charlie: "RE: Deployment Project Question"
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 29 Mar 2004 23:01:49 +0200
Thanks Charlie. This is just what I needed.
"Charlie" <anonymous@discussions.microsoft.com> wrote in message
news:EC86E521-8A6B-422C-BDF1-DB5040414D75@microsoft.com...
> When dealing with filenames, '..' will get you the parent of the current
folder, so given this structure:
>
> C:\Solution
> Data
> database.mdb
> app1
> app1.exe
> app2
> app2.exe
>
> The path ..\Data\database2.mdb will point to the db when run from either
app. That said, placing your connection string in a config file or some
other location instead of directly in your executable will save you from a
recompile if you decide your db should be located somewhere else.
>
> Charlie
>
>
- Next message: CJ Taylor: "Re: CType question"
- Previous message: CJ Taylor: "Re: How To Browsing network information"
- In reply to: Charlie: "RE: Deployment Project Question"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|