Respected Sir/Mem,
Can i call java stored procedure in mysql database ?

As i can do this in Posstgresql-
1) Create a procedural language (say java) using a handler.
2) Then create a function using cmd:
        CREATE FUNCTION mypi() RETURNS TEXT AS 'java.lang.Math.PI' LANGUAGE'java';
3) Then execute it using cmd:
        SELECT mypi();
Plz reply me as soon as possible.
Rgds,
Amit Mittal,
India.
Get Your Private, Free E-mail from Indiatimes at http://email.indiatimes.com

 Buy Music, Video, CD-ROM, Audio-Books and Music Accessories from 
http://www.planetm.co.in


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to