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
Arif Shaikh
NA
65
4k
How to attach sql express 2014 .mdf file in install Shield
Aug 27 2016 9:43 AM
How to deploy and setup C# windows application with .mdf file in visual studio 2013..
how to add .mdf file in install shield at a time of setup and deployement.
what should be connection sting in app.config file.
my application run in visual studio (development environment) but not run after deployement(.exe) . its give error related to database.
my connection string as bellow :
<add name="ConStr"
connectionString="Data Source=(Localdb)\v11.0;AttachDbFilename=|DataDirectory|\ScannerDatabase.mdf;Integrated Security=True"
providerName="System.Data.SqlClient"/>
thank you
Reply
Answers (
1
)
write a program to print 1 to 100 numbers in 2 digit format.
How to store same name when name column is PK