TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Peter
NA
8
11.3k
Problem With Saving Data To SQL Database After Installation
Nov 15 2010 2:30 AM
Hi,
So I'm developing a program in Visual Studio 2010 that uses an SQL Database to save data from the program. I added a Visual Studio Installer to the project for a more professional installation, however I'm not really sure of the proper to add the databases to the installer.
Here is the problem:
I can add the database's .mfd file and the database's log file (I can find both of these in the debug folder of the project file). However if I just add them to the installer it will install them to the program folder. The problem is that in Windows 7 all files within the programs folder are read only, so the program cannot edit the databases at all.
How can I install them to a different location and how do I make my program find the databases if they aren't in the same folder as the application (I have tried moving the database files, but my program won't find them unless they are in the same directory as the .exe file for my program)?
Any and all help is appreciated.
Reply
Answers (
3
)
reading data from table
Trouble accessing COM port (C# MFC)