MySQL Forums
Forum List  »  Oracle

Re: calling external methods
Posted by: Andrew Gilfrin
Date: March 28, 2006 07:35AM

I think you would need to use a UDF (user defined function). These are modules of code written in C or C++ which are callable from within MySQL. Personally I haven't used them so can't advise more than that...

http://dev.mysql.com/doc/refman/5.0/en/adding-udf.html

Andrew Gilfrin
------------------
http://gilfster.blogspot.com
My MySQL related Blog

http://www.mysqldevelopment.com
MySQL Stored Procedure,Trigger, View.... (Just about most things these days) Information

Options: ReplyQuote


Subject
Views
Written By
Posted
3252
March 27, 2006 09:04AM
Re: calling external methods
2119
March 28, 2006 07:35AM
2017
March 28, 2006 06:07PM


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.