Technical guru

Technical guru

  • NA
  • 63
  • 7.9k

LAN connectivity on Desktop application in c#

Feb 7 2018 10:02 AM
I have developed an desktop application in C# and sql server 2012
 
now i want my application to be access by more than one user at the same time access database.
 
Idea is ,databse should be on 1 PC (server) and application will be installed on other PCs (clients ) 
 
 all connected in a LAN.
 
now i want all user from different PCs(clients) can access the DB (on SERVER) and perform CRUD operations.

Answers (1)