Tech
Forums
Jobs
Books
Events
Videos
Live
More
Interviews
Certification
Training
Career
Members
News
Blogs
Contribute
An Article
A Blog
A Video
An Ebook
An Interview Question
Register
Login
3
Answers
How to Install C# Windows app with local db to client system
Hemal Joshi
6y
165
1
Reply
Hello,
I have created small window C# application in
Visual Studio 2012
which include
local database
in it and now i want to create setup of that application with database how to create it and after creation of the setup i will install it on client pc with database how can it run successful on client PC.
My Connection String is:
SqlConnection(@"Data Source=(LocalDB)\v11.0;AttachDbFilename=C:\Users\admin\Documents\SerialKey.mdf;Integrated Security=True;Connect Timeout=30");
Help with Code...
Post
Reset
Cancel
Answers (
3
)
Next Recommended Forum
What are differences between angular 2 and Angular 4?
c# ping between three ip addresses (LAN or not)