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
Abhilash J A
536
2.4k
596.4k
Advice - Windows Application Connectionstring Setting WPF
Jan 19 2017 9:20 PM
Hello everyone,
I have created 2 .exe wpf windows application. One is for client machine and 2nd oen is Admin machine. And the machines should under common network. Then, I am planing to populate, a ask window for adding client's IP address after installation client .exe on client machine only. Then add their ip to the sqlliteconnectionstring by using SQLiteConnectionStringBuilder class. Is this approach good or bag? Example,
"\\192.168.1.100\Model\test.s3db;"
By using this technique, is this become any problem with respect to the necessary permissions to read/write in order to give access to the other machine and at the same time protect file ?
Please clarify me...
Thanks,
Abhilash.J.A
Reply
Answers (
5
)
How can I print all contents of Listview from UserControl?
wpf binding not work on custom list object