Firstly using replication service from mysql is not an option due to the databases being hosted.
Have three mysql databases with same table name and same column name.
The column I want to keep in sync is one that holds stock levels.
Idea is when updating one product stock level to automatically update the other two rows in the other two databases..
Naturally all PK will be the same across all three db's.
Is it as simple as just using three SQLCA connectstring or is it more involved??
Thanks
PB12.5 MYSQL 5