On 20 Jun 2008, at 06:43, James wrote:

On Fri, June 20, 2008 9:12 am, robert rottermann wrote:
Hi there,
is it possible to define an update trigger that calls a webservice (or
just some external method that would do it).

we have a web frontent, that does the indexing of data in its own catalog
(zope/plone).
so I would like to be able to "push" an update to the frontend.

thanks robert

I think the answer is no (at least it was last year) but I found work
arounds.
Google for "mysql external command trigger".

You can declare a stored proc as an XMLRPC request and use that as a trigger. Such functionality already works in our experimental tree.

http://forge.mysql.com/wiki/ProjectPage_External_Language_Stored_Procedures

Regards
Antony.


--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to