Does anybody have used stored procedure that uses a custom java classes in the IMPORT clause of the CREATE PROCEDURE statement?
I would like to use my own java class within a stored procedure, is it possible?
When trying to install it with SQL Explorer a have an error, but when compiling the java code genrated it is fine, looks like it does not find my class within explorer and my classpath variable is set properly in windows.
I'm trying to do this wiht 9.1D09 on windows.
thanks,
I would like to use my own java class within a stored procedure, is it possible?
When trying to install it with SQL Explorer a have an error, but when compiling the java code genrated it is fine, looks like it does not find my class within explorer and my classpath variable is set properly in windows.
I'm trying to do this wiht 9.1D09 on windows.
thanks,