|
|
|||||||||
|
|||||||||
|
|||||||||
| |
|||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
MySQL trigger
hi all, i need your help...
my friend is using postgreSQL for his database and he wants to get connected with mine, which i'm building with mySQL. how can his database get updated when i change mine? i think i need to use the trigger thing. we are thinking of making the trigger to activate some program and send my updates to him. but we can't figure out how to do it. thanks a lot for helping me =) |
|
#2
|
|||
|
|||
|
Quote:
Hi, Triggers are only available in MySQL 5.0.2 and up. The alternative is to create a wrapper of some sort which handles sending Queries to your database as well as duplicating the procedure to his database. In other words, there is no trivial or built-in way to accomplish what you are looking to do.
__________________
__________________________________________________ _ Wil Moore III, MCP | Integrations Specialist | Senior Consultant Are You Listed...? | DigitallySmooth Inc. |
![]() |
| Viewing: Dev Articles Community Forums > Databases > MySQL Development > MySQL trigger |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|