hello... I have vb 2010 application that connects to an access database ..
where can i found my database after publishing ...
Printable View
hello... I have vb 2010 application that connects to an access database ..
where can i found my 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.