473,320 Members | 1,884 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,320 software developers and data experts.

Update remote db

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
Nov 17 '05 #1
5 1085
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.

"perspolis" <re*****@hotmail.com> wrote in message
news:Or**************@TK2MSFTNGP09.phx.gbl...
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

Nov 17 '05 #2
If th site is running Apache on Linux, then what??
"Bob Powell [MVP]" <bob@_spamkiller_bobpowell.net> wrote in message
news:Om**************@tk2msftngp13.phx.gbl...
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.

"perspolis" <re*****@hotmail.com> wrote in message
news:Or**************@TK2MSFTNGP09.phx.gbl...
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


Nov 17 '05 #3
The same as on IIS, assuming you have Mono running.

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

Regards,

Wiebe
perspolis wrote:
If th site is running Apache on Linux, then what??
"Bob Powell [MVP]" <bob@_spamkiller_bobpowell.net> wrote in message
news:Om**************@tk2msftngp13.phx.gbl...
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.

"perspolis" <re*****@hotmail.com> wrote in message
news:Or**************@TK2MSFTNGP09.phx.gbl...
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



Nov 17 '05 #4
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?


"Wiebe Tijsma" <wi*********@CAPITALStijsma.com> wrote in message
news:u$**************@TK2MSFTNGP14.phx.gbl...
The same as on IIS, assuming you have Mono running.

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

Regards,

Wiebe
perspolis wrote:
If th site is running Apache on Linux, then what??
"Bob Powell [MVP]" <bob@_spamkiller_bobpowell.net> wrote in message
news:Om**************@tk2msftngp13.phx.gbl...
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.

"perspolis" <re*****@hotmail.com> wrote in message
news:Or**************@TK2MSFTNGP09.phx.gbl...

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


Nov 17 '05 #5
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.

"perspolis" <re*****@hotmail.com> wrote in message
news:en**************@TK2MSFTNGP10.phx.gbl...
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?


"Wiebe Tijsma" <wi*********@CAPITALStijsma.com> wrote in message
news:u$**************@TK2MSFTNGP14.phx.gbl...
The same as on IIS, assuming you have Mono running.

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

Regards,

Wiebe
perspolis wrote:
> If th site is running Apache on Linux, then what??
>
>
> "Bob Powell [MVP]" <bob@_spamkiller_bobpowell.net> wrote in message
> news:Om**************@tk2msftngp13.phx.gbl...
>
>>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.
>>
>>
>>
>>
>>
>>"perspolis" <re*****@hotmail.com> wrote in message
>>news:Or**************@TK2MSFTNGP09.phx.gbl...
>>
>>>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
>>>
>>>
>>
>>
>
>


Nov 17 '05 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: Steve Thorpe | last post by:
Hi I have have two linked SQL Servers and I am trying to get remote writes working correctly (fast). I have configured the DB link on both machines to: Point at each others DB. I have security...
2
by: chris.ciotti | last post by:
Greetings - I'm using an Access front end to a SQL Server (2000) databas­e. Via several steps, I create a temp table and manipulate the data­ in it. I want to update the backend with this...
5
by: Klemens | last post by:
I get SQL30090 reason 18 by trying to do an insert in a federated table and an update in a local table in one transaction Do I have to change some settings to get done or ist this not possible by...
4
by: Aidan | last post by:
Our organization uses IIS6 virtual directories for remote access to the server file system. We also use a frewall and would like to leave as little exposure as possible. When we connect via the...
4
by: Chris | last post by:
I work on a development server (Server A), and have a staging server (Server B), where updated ASP.Net files from Server A are sent to. I noticed that Server B will reflect changes made to .aspx...
8
by: robert | last post by:
Hello, I want to put (incrementally) changed/new files from a big file tree "directly,compressed and password-only-encrypted" to a remote backup server incrementally via FTP,SFTP or DAV.... At...
0
yawar
by: yawar | last post by:
Hi all, I am beginner in MySql Databases. I am using C#, DataGridView and Remote MySql database (MySql is located at my website) I am able to connect to my database and can show all the rows...
8
by: rthcupid | last post by:
Hi all I need help to update a remote mysql database from a local mysql database using php run in remote site. Use of application 1. The local database and the reomote database are same...
3
by: Neil Domingo | last post by:
I have an online hosted website that uses mysql database. Now, what I am trying to do was to update my remote database. What I mean was, a different mysql database that is not online. I used...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
0
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.