Hello there!
I don't know if this is the right place to post this question. If not, I apologize.
I'm developing a web application that at some point of its processes has to update a table in a remote database. Now, this remote database is located in my client's office and my web application is located in a managed web hosting account. Anyway, I was thinking on creating a text file in my web application and send it, through SSL, to an application I would create located in my client's web site, and this application will take care of updating the table ... but I'm sure that I there are different ways of doing this .. to be more specific ... I think that there is an easy way ... right? ...
If someone could point me to a book, article, code or tutorial, I would greatly appreciate it.
Eduardo