简体   繁体   中英

How to update SQL Server database remotely using C#

I'm a beginner to Programming. But I'm working on a C# project and what i need to do is update my SQL Server database remotely. I mean when a one client update the database send that updated data to other clients. I'm using a SQL Server 2008. I don't have a any idea to do this task.

Thanks for your kind reply's.

The question is too broad. You're asking for a general programming and database connectivity tutorial. I recommend you start with a guide, online tutorial, or book and return to StackOverflow with specific code-based questions when a particular step along that process does not behave the way you expected it to (starting with a search of course to avoid duplicate questions).

Here's an existing StackOverflow question with many links to further reading: Introduction to database interaction with C#

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM