Anushree Jindal Guest
|
Posted: Wed Jun 04, 2008 2:05 pm Post subject: call Java procedure from Mysql |
|
|
Hi,
I have a java procedure which i want to call from mysql 5.0.51b and JDK
1.6.06.
Also downloaded the mysql Connector/J i.e 5.1.6
I have created a procedure like this
CREATE PROCEDURE PROC
LANGUAGE JAVA
EXTERNAL NAME 'com.stardeveloper.example.Jdbcexample3'
PARAMETER STYLE JAVA;
But this is showing syntax error near LANGUAGE JAVA and the rest
If any body know thw answer please revert me back with the solution
Thanks,
Anushree |
|