Click here to Skip to main content
15,890,557 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
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
C#
SQLiteConnectionStringBuilder 
class. Is this approach good or bag? Example,

What I have tried:

C#
"\\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
Posted

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