Update remote db

  • Thread starter Thread starter perspolis
  • Start date Start date
P

perspolis

Hi all
I want to update a remote db on my site.
but I don't want to connect to db directly..
How can I do that??
thx
 
Create a web service on your site that provides methods for updating the
database. (assuming that the site is running IIS)

--
Bob Powell [MVP]
Visual C#, System.Drawing

Ramuseco Limited .NET consulting
http://www.ramuseco.com

Find great Windows Forms articles in Windows Forms Tips and Tricks
http://www.bobpowell.net/tipstricks.htm

Answer those GDI+ questions with the GDI+ FAQ
http://www.bobpowell.net/faqmain.htm

All new articles provide code in C# and VB.NET.
Subscribe to the RSS feeds provided and never miss a new article.
 
The same as on IIS, assuming you have Mono running.

If not, you're in the wrong newsgroup...

Regards,

Wiebe
 
I want to update my db from my application without connect to it..
if there is a ASP.net file that gets some info and insert them to db.
is it possible that I send info to that file from application with
HttpResponse and HttpRequest?
if it is how can?
 
This thread seems to have it's tail connected to it's head by a rip in the
fabric of space-time.

--
Bob Powell [MVP]
Visual C#, System.Drawing

Ramuseco Limited .NET consulting
http://www.ramuseco.com

Find great Windows Forms articles in Windows Forms Tips and Tricks
http://www.bobpowell.net/tipstricks.htm

Answer those GDI+ questions with the GDI+ FAQ
http://www.bobpowell.net/faqmain.htm

All new articles provide code in C# and VB.NET.
Subscribe to the RSS feeds provided and never miss a new article.
 
Back
Top