0
Is there any way I can send data from one bank to another? If so, how could I do it? Example: I have site 1, it sends data to database 1, this data arrives in 1 and is automatically sent to database 2, and site 2 displays the data that was sent to database 2.
send two straight, instead of one bank to the other
– Wees Smith
The point is I need to do it this way, I wish it were that simple :/
– Guilherme Freitas
This one would be an alternative: https://stackoverflow.com/questions/5370970/how-to-create-linked-server-mysql
– Barbetta