Hi all,

I have a stored procedure (in a SQL-Server-DB) which selects some data from
a table in another database (also a SQL-Server-DB) on another server (that
is why it has to be a stored procedure). Certainly it can return a vector
of rows.
I already created the repository-file for the table-data the stored
procedure returns and the according class-file.

Is it possible to call such a stored procedure via OJB and - if possible -
how to do this ? I didn't find anything for this case in the How-Tos of
OJB, only a description how to call insert-, update- and/or
delete-procedures.

Thanks in advance for your help.

Best regards

Christine

Reply via email to