I have some problem at time of using procedure in Apache derby !
----------------------------------------------------------------

         Key: DERBY-1211
         URL: http://issues.apache.org/jira/browse/DERBY-1211
     Project: Derby
        Type: Bug

    Versions: 10.0.2.0    
 Environment: Embedded Driver 
    Reporter: Dheeraj Dhiman
    Priority: Critical


Hello !!

I want to switch from sql server to  apache Derby for my project .
I wanna run a procedure like this in apache derby . 

create procedure testProcedure( @personid Integer ) 
as
select fullName , fatherName, age, income, grosssalary from persons where 
personid = @personid ;

But it is not working . 
How could i write this procedure in apache derby !!
& one thing more I want to return multiple values from a procedure or may be 
function !!

Can procedure  return a result set from a procedure or function !! If yes then 
pls send proper example !!
If you have no solution of this problem then pls given proper & correct address 
where 
can I get proper solution of this problem !!
I m also try to send this problem on address [email protected]
 &&  [EMAIL PROTECTED] 
But no response come from these addresses !!

Thanks & Regards !!
Dheeraj  Dhiman !!

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira

Reply via email to