Click here to Skip to main content
16,012,352 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi,
I want to update or insert the data's into a database at server using windows application. I am working at windows application to update or insert data's into database at my system. But is there any way to update or insert into database at server side. Server is been maintained at another system.
Posted
Updated 14-Dec-11 17:15pm
v2
Comments
Monjurul Habib 14-Dec-11 22:57pm    
clarify, not clear, also your Tag says ASP.NET but you mentioned "windows application"
[no name] 14-Dec-11 23:15pm    
What do you mean "at server side"?

Hey you can create web service functions .And this web service you can use in window application to update server data or to intract with server.
 
Share this answer
 
Hi

you can update or insert data to your server change your connection string set data source name as your server name
 
Share this answer
 
Hi

you can update or insert data to your server change your connection string set data source name as your server name

Example:

Data Source=myServerAddress;Initial Catalog=myDataBase;User Id=myUsername;Password=myPassword;
 
Share this answer
 
v2

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