Click here to Skip to main content
15,886,639 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I am doing a Windows forms application in VS 2008.I am using MS Access as database.I need to create a setup project of my application.Where can i keep this mdb file while creating the setup project so that both direction data flow will be possible after installing my application?
Posted
Updated 22-Mar-11 3:01am
v2

I solved the question.I installed the mdb file in the Common Files folder.Now it allows me to read,write from the application.
 
Share this answer
 
Look at the answers given for the similar question asked here[^].

Various article links are present in it that will help you achieve the same.

Have a look at these too:
Creating setup With support for database creation Using VS.NET[^]
Create database during installation of a .NET application [^]
Deploy your Application and Database[^]
 
Share this answer
 
Comments
abi1988 28-Mar-11 9:54am    
Actually i need to install the .mdb file in the C directory.how can i make the setup project to install the .mdb file in the specified location other than Application folder?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900