If this is your first visit, be sure to check out the FAQ by clicking the link above.
You may have to register before you can post: click the register link above to proceed.
To start viewing messages, select the forum that you want to visit from the selection below.
When a user submits a registration form, all data from the form will be saved in my database which is MSSQL server 2000. At the same time, I want to send the data to the other website located on the different server. Does anyone have any idea about it? Thanks in advance.
Perhaps on the other Web site have a page that can take a querystring and enter that data into the database. And on the first Web site have a popup window link to the second Web site with directions for the user to click the link to enter the data into the other site (and then the user can close the window).
What do you mean when you say "I want to send the data to the other website located on the different server" ? Do you mean to another sql server instance ?
Originally posted by rnealejr
What do you mean when you say "I want to send the data to the other website located on the different server" ? Do you mean to another sql server instance ?
That's the co-registration project. When a user submits a registration form on website A, the user's info needs to be sent to another website B and to be stored into B's database which is located on another database server.