|
-
Jan 28th, 2012, 03:00 AM
#1
Thread Starter
Junior Member
database after publishing
hello... I have vb 2010 application that connects to an access database ..
where can i found my database after publishing ...
-
Jan 29th, 2012, 07:23 PM
#2
Re: database after publishing
It is placed in a special folder that is managed by ClickOnce. You don't really need to know where it is anyway. You simply use |DataDirectory| for the folder path in your connection string and it will resolve to the correct path. It will also resolve to the correct path while debugging, i.e. the same folder as the EXE, which means that you don't have to change the connection string between Debug and Release, which is the whole point.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|