Re: JAVA UDF HOW

2008-06-05 Thread Antony T Curtis
Hi! MySQL is an open-source product. That allows anyone to contribute patches and new features from the community. In time, when the feature is mature, it may be included in some future version. Documentation on this feature is very limited because the (2) people behind the project have o

Re: JAVA UDF HOW

2008-06-05 Thread Abhayjeet Singh Grewal
Thanks Everybody, I went through the project and was a little dissapointed with MySQL not supporting Java natively as yet. Let's hope we include this support in coming future. Also, there is not enough documentation for the project mentioned: http://forge.mysql.com/wiki/ProjectPage_External_Langua

Re: JAVA UDF HOW

2008-06-04 Thread Antony T Curtis
Hi, Check out this link for Java stored procedures with MySQL http://forge.mysql.com/wiki/ProjectPage_External_Language_Stored_Procedures It is probably what you are looking for. I have some more info on my blog at http://antbits.blogspot.com/ For more information, you can email Eric Herman

Re: JAVA UDF HOW

2008-06-04 Thread Dan Nelson
In the last episode (Jun 04), Abhayjeet Singh Grewal said: > Thanks Martin, > > I looked at the link, but I guess I was not able to put my question > in the right way. > > Basically I have a Java Package and I want to call that package from > MYSQL function or procedure. I don't think that's poss

Re: JAVA UDF HOW

2008-06-04 Thread Abhayjeet Singh Grewal
Thanks Martin, I looked at the link, but I guess I was not able to put my question in the right way. Basically I have a Java Package and I want to call that package from MYSQL function or procedure. Any help would be much appreciated. Thanks, Abhay On Tue, Jun 3, 2008 at 9:32 PM, Martin <[EMAIL