setup project
Hi, in my project I have MS Access database. I also made setup project and I want access file to be copied on drive "c:" during installation process. How to do it?
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
DozdPosted Jul 17, 2009, 12:27 PM
1. Access database i not included in my project. If I include it in project adapter.update() method does not work! The code is same, but it works only if access database is outside of the project. If somebody has solution about this problem please help me. I spend a lot of time to find solutions about this problem.
2. Yes I know about option to add->file, but during installation database file copies in installation directory, so the exception appears because in code, in connection string, the path is e.g "c:\mydadabase.mbd"
Scott KnakePosted Jul 17, 2009, 11:19 AM