Dheeraj Dhiman wrote: > I m using apache derby for my Project !! > In this project we want to make a function > which accecpt three long argument & i want to return Object[] ( Object Array > ) !! > Can this is possible in apache derby if yes then pls give example !!
No, Derby does not support array types. A procedure can return one or more JDBC ResultSets from server-side JDBC queries. I've added some examples to this page today. http://wiki.apache.org/db-derby/DerbySQLroutines Dan.
