MySQL Forums
Forum List  »  General

Re: Sockets from UDF
Posted by: jon
Date: September 13, 2006 12:55AM

Ok, i worked out a workaround.

If i create my trigger like:

delimiter //
create trigger ex BEFORE INSERT ON Message for each row BEGIN insert into junk(junky) (select sockety("www.imvs.org")); END //
delimiter ;

It works.

Options: ReplyQuote


Subject
Written By
Posted
June 27, 2006 09:42AM
June 27, 2006 10:23AM
June 27, 2006 10:59AM
jon
September 13, 2006 12:10AM
Re: Sockets from UDF
jon
September 13, 2006 12:55AM
September 18, 2006 11:03AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.