S
Si
Hi
I am attempting to devise a web solution for my company:
We need to develop a website that will be hosted by a remote webhost that
will hold small amounts of confidential client data which can be updated by
the client using an SSL login.
Our local SQL server 2000 database holds the same data plus extra client
data. We need to update both databases this data hourly, whilst only
transferring modified data (to save bandwidth).
As both the web database (on the hosts) and the local database can be
updated we need to syncronise the data carefully.
Our webhost can provide either SQL Server 7, MySQL or Access databases for
us. Is there any way we can securely syncronise this data, security is our
main concern. As our website uses SSL for client logins: would it be
possible and secure for our server to somehow connect to the website using
ASP.NET and retreve the fields that need updating on our local server. Then
update the fields that need to be updated on the webserver.
Thanks Si
I am attempting to devise a web solution for my company:
We need to develop a website that will be hosted by a remote webhost that
will hold small amounts of confidential client data which can be updated by
the client using an SSL login.
Our local SQL server 2000 database holds the same data plus extra client
data. We need to update both databases this data hourly, whilst only
transferring modified data (to save bandwidth).
As both the web database (on the hosts) and the local database can be
updated we need to syncronise the data carefully.
Our webhost can provide either SQL Server 7, MySQL or Access databases for
us. Is there any way we can securely syncronise this data, security is our
main concern. As our website uses SSL for client logins: would it be
possible and secure for our server to somehow connect to the website using
ASP.NET and retreve the fields that need updating on our local server. Then
update the fields that need to be updated on the webserver.
Thanks Si