Click here to Skip to main content
15,900,258 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
Hello Sir/Madam
How to create global Database Connection in Windows form application using c# which application is use other computer?
Posted
Updated 23-May-13 22:38pm
v2
Comments
jim lahey 24-May-13 4:46am    
Not at all clear.

1 solution

Refere below link :
3-tier architecture in C#[^]

To access global database from any computer you can use "WebServices", where you can write your "Data Access Layer" and "Business Logic Layer" as well.

Hope this helps!
 
Share this answer
 

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